diff --git a/app/views/people/_index.html.haml b/app/views/people/_index.html.haml
index e7f38cf06..a1afcd7f5 100644
--- a/app/views/people/_index.html.haml
+++ b/app/views/people/_index.html.haml
@@ -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")