Merge pull request #3495 from movilla/search_tag_images

Fix issue #3473 Wrong profile icon size in tag stream
This commit is contained in:
Maxwell Salzberg 2012-08-14 11:08:26 -07:00
commit c1e94b8ccf

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