From 9cf946b20e65b0672247aec1c551be40815c36b5 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Mon, 4 Jun 2012 15:19:05 -0700 Subject: [PATCH] use a smaller thumb on the home stream --- app/helpers/users_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)