comment out comment delete on mobile site for now

This commit is contained in:
maxwell 2011-04-01 11:22:48 -07:00
parent 8b8ea03582
commit 41bbcc9ac9

View file

@ -6,8 +6,8 @@
.right .right
%span.time %span.time
= comment.created_at ? time_ago_in_words(comment.created_at) : time_ago_in_words(Time.now) = comment.created_at ? time_ago_in_words(comment.created_at) : time_ago_in_words(Time.now)
.controls -#.controls
= link_to image_tag('deletelabel.png'), comment, :confirm => t('are_you_sure'), :method => :delete, :class => "delete comment_delete", :title => t('delete') -#= 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) = person_image_link(comment.author)