thumb small on comments

This commit is contained in:
danielgrippi 2011-07-29 19:34:50 -07:00
parent 91461ab2ad
commit 7504f66416

View file

@ -6,7 +6,7 @@
- if current_user && (current_user.owns?(comment) || current_user.owns?(post)) - if current_user && (current_user.owns?(comment) || current_user.owns?(post))
.right.controls .right.controls
= link_to image_tag('deletelabel.png'), post_comment_path(comment.post_id, comment), :confirm => t('are_you_sure'), :method => :delete, :remote => true, :class => "delete comment_delete", :title => t('delete') = link_to image_tag('deletelabel.png'), post_comment_path(comment.post_id, comment), :confirm => t('are_you_sure'), :method => :delete, :remote => true, :class => "delete comment_delete", :title => t('delete')
= person_image_link(comment.author) = person_image_link(comment.author, :size => :thumb_small)
.content .content
%span.from %span.from
= person_link(comment.author, :class => "hovercardable") = person_link(comment.author, :class => "hovercardable")