Hotfix to not break discover page
This commit is contained in:
parent
3424cc47c9
commit
9766ede53c
|
@ -5,7 +5,7 @@
|
|||
- if type == "discover"
|
||||
.pull-left
|
||||
%a{href: user_screen_name(q.user, link_only: true)}
|
||||
%img.answerbox--img{src: q.user.profile_picture.url(:medium)}
|
||||
%img.answerbox--img{src: q.user&.profile_picture.url(:medium)}
|
||||
.media-body
|
||||
- if user_signed_in?
|
||||
.pull-right
|
||||
|
|
Loading…
Reference in New Issue