Fix issue #3473 Wrong profile icon size in tag stream

This commit is contained in:
movilla 2012-08-12 23:23:16 +02:00
parent f065ba624b
commit 783edaa327

View file

@ -3,7 +3,7 @@
.stream_element{:id => person.id}
.media
.img
= person_image_link(person)
= person_image_tag(person)
.bg
%span.from
= person_link(person, :class => "hovercardable")