mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 10:29:53 +01:00
Remove conditional profile layout in answerboxes
This commit is contained in:
parent
8b3690fcf2
commit
fb6e6458c4
1 changed files with 0 additions and 21 deletions
|
@ -9,27 +9,6 @@
|
|||
= markdown a.content
|
||||
- if a.long? && !display_all
|
||||
= render "shared/collapse", type: "answer"
|
||||
- if @user.nil?
|
||||
.row
|
||||
.col-sm-6.text-start.text-muted
|
||||
.d-flex
|
||||
.flex-shrink-0
|
||||
%a{ href: user_path(a.user) }
|
||||
= render AvatarComponent.new(user: a.user, size: "sm", classes: ["answerbox__answer-user-avatar"])
|
||||
.flex-grow-1
|
||||
%h6.answerbox__answer-user
|
||||
= raw t(".answered", hide: hidespan(t(".hide"), "d-none d-sm-inline"), user: user_screen_name(a.user))
|
||||
.answerbox__answer-date
|
||||
= link_to(raw(t("time.distance_ago", time: time_tooltip(a))), answer_path(a.user.screen_name, a.id), data: { selection_hotkey: "l" })
|
||||
.col-md-6.d-flex.d-md-block.answerbox__actions
|
||||
= render "answerbox/actions", a:, display_all:
|
||||
- else
|
||||
.row
|
||||
.col-md-6.text-start.text-muted
|
||||
%i.fa.fa-clock-o
|
||||
= link_to(raw(t("time.distance_ago", time: time_tooltip(a))), answer_path(a.user.screen_name, a.id), class: "answerbox__permalink")
|
||||
- if a.pinned_at.present?
|
||||
%span.answerbox__pinned
|
||||
·
|
||||
%i.fa.fa-thumbtack
|
||||
= t(".pinned")
|
||||
|
|
Loading…
Reference in a new issue