From 7504f664165a4711ba3008637e6f0a3ce83ebb8c Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Fri, 29 Jul 2011 19:34:50 -0700 Subject: [PATCH] thumb small on comments --- app/views/comments/_comment.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/comments/_comment.html.haml b/app/views/comments/_comment.html.haml index 64c537d47..482c31b3c 100644 --- a/app/views/comments/_comment.html.haml +++ b/app/views/comments/_comment.html.haml @@ -6,7 +6,7 @@ - if current_user && (current_user.owns?(comment) || current_user.owns?(post)) .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') - = person_image_link(comment.author) + = person_image_link(comment.author, :size => :thumb_small) .content %span.from = person_link(comment.author, :class => "hovercardable")