use a smaller thumb on the home stream
This commit is contained in:
parent
9071540400
commit
9cf946b20e
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ module UsersHelper
|
||||||
end
|
end
|
||||||
|
|
||||||
def owner_image_link
|
def owner_image_link
|
||||||
person_image_link(current_user.person)
|
person_image_link(current_user.person, :size => :thumb_small)
|
||||||
end
|
end
|
||||||
|
|
||||||
def mine?(post)
|
def mine?(post)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue