use a smaller thumb on the home stream

This commit is contained in:
Maxwell Salzberg 2012-06-04 15:19:05 -07:00
parent 9071540400
commit 9cf946b20e

View file

@ -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)