diff --git a/app/views/shared/_question.html.haml b/app/views/shared/_question.html.haml
index 1bb89fb9..a19ffef4 100644
--- a/app/views/shared/_question.html.haml
+++ b/app/views/shared/_question.html.haml
@@ -4,7 +4,7 @@
.media
- if type == "discover"
.pull-left
- %a{href: user_screen_name(q.user.screen_name, link_only: true)}
+ %a{href: user_screen_name(q.user, link_only: true)}
%img.answerbox--img{src: q.user.profile_picture.url(:medium)}
.media-body
- if user_signed_in?