diff --git a/app/views/comments/_comment.mobile.haml b/app/views/comments/_comment.mobile.haml index 0ef9736d0..c81e0ff93 100644 --- a/app/views/comments/_comment.mobile.haml +++ b/app/views/comments/_comment.mobile.haml @@ -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)