diff --git a/app/helpers/users_helper.rb b/app/helpers/users_helper.rb index d791bf86d..4f29c511b 100644 --- a/app/helpers/users_helper.rb +++ b/app/helpers/users_helper.rb @@ -4,7 +4,7 @@ module UsersHelper end def owner_image_link - person_image_link(current_user.person) + person_image_link(current_user.person, :size => :thumb_small) end def mine?(post)