comment out comment delete on mobile site for now
This commit is contained in:
parent
8b8ea03582
commit
41bbcc9ac9
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@
|
|||
.right
|
||||
%span.time
|
||||
= comment.created_at ? time_ago_in_words(comment.created_at) : time_ago_in_words(Time.now)
|
||||
.controls
|
||||
= link_to image_tag('deletelabel.png'), comment, :confirm => t('are_you_sure'), :method => :delete, :class => "delete comment_delete", :title => t('delete')
|
||||
-#.controls
|
||||
-#= link_to image_tag('deletelabel.png'), comment, :confirm => t('are_you_sure'), :method => :delete, :class => "delete comment_delete", :title => t('delete')
|
||||
|
||||
|
||||
= person_image_link(comment.author)
|
||||
|
|
|
|||
Loading…
Reference in a new issue