mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 17:39:08 +01:00
This commit is contained in:
parent
428bd99a63
commit
649b1cda3b
1 changed files with 2 additions and 2 deletions
|
@ -54,14 +54,14 @@
|
||||||
%h6.media-heading.answerbox--answer-user
|
%h6.media-heading.answerbox--answer-user
|
||||||
= raw t('views.answerbox.answered', hide: hidespan(t('views.answerbox.hide'), "xs"), user: user_screen_name(a.user))
|
= raw t('views.answerbox.answered', hide: hidespan(t('views.answerbox.hide'), "xs"), user: user_screen_name(a.user))
|
||||||
.answerbox--answer-date
|
.answerbox--answer-date
|
||||||
= link_to(raw(t('views.answerbox.time', time: time_tooltip(a))))
|
= link_to(raw(t('views.answerbox.time', time: time_tooltip(a))), show_user_answer_path(a.user.screen_name, a.id))
|
||||||
.col-md-6.col-sm-8.col-xs-6.text-right
|
.col-md-6.col-sm-8.col-xs-6.text-right
|
||||||
= render 'shared/answerbox_buttons', a: a
|
= render 'shared/answerbox_buttons', a: a
|
||||||
- else
|
- else
|
||||||
.row
|
.row
|
||||||
.col-md-6.col-sm-4.col-xs-6.text-left.text-muted
|
.col-md-6.col-sm-4.col-xs-6.text-left.text-muted
|
||||||
%i.fa.fa-clock-o
|
%i.fa.fa-clock-o
|
||||||
= link_to(raw(t('views.answerbox.time', time: time_tooltip(a))))
|
= link_to(raw(t('views.answerbox.time', time: time_tooltip(a))), show_user_answer_path(a.user.screen_name, a.id))
|
||||||
.col-md-6.col-sm-8.col-xs-6.text-right
|
.col-md-6.col-sm-8.col-xs-6.text-right
|
||||||
= render 'shared/answerbox_buttons', a: a
|
= render 'shared/answerbox_buttons', a: a
|
||||||
.panel-footer{id: "ab-comments-section-#{a.id}", style: @display_all.nil? ? 'display: none' : nil }
|
.panel-footer{id: "ab-comments-section-#{a.id}", style: @display_all.nil? ? 'display: none' : nil }
|
||||||
|
|
Loading…
Reference in a new issue