mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-16 04:09:59 +01:00
Hotfix to not break discover page
This commit is contained in:
parent
3424cc47c9
commit
9766ede53c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
- if type == "discover"
|
- if type == "discover"
|
||||||
.pull-left
|
.pull-left
|
||||||
%a{href: user_screen_name(q.user, link_only: true)}
|
%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
|
.media-body
|
||||||
- if user_signed_in?
|
- if user_signed_in?
|
||||||
.pull-right
|
.pull-right
|
||||||
|
|
Loading…
Reference in a new issue