better check 'em thrice
This commit is contained in:
parent
dccb7f9116
commit
f1d93646a2
|
@ -8,11 +8,15 @@
|
||||||
%h6.text-muted.media-heading.answerbox-question-user= user_screen_name a.question.user, a.question.author_is_anonymous
|
%h6.text-muted.media-heading.answerbox-question-user= user_screen_name a.question.user, a.question.author_is_anonymous
|
||||||
%p.answerbox-question-text= a.question.content
|
%p.answerbox-question-text= a.question.content
|
||||||
/ TODO: Andreas, mach was draus:
|
/ TODO: Andreas, mach was draus:
|
||||||
|
.timestamp
|
||||||
= time_ago_in_words(a.question.created_at)
|
= time_ago_in_words(a.question.created_at)
|
||||||
|
ago
|
||||||
.panel-body
|
.panel-body
|
||||||
%p= a.content
|
%p= a.content
|
||||||
/ TODO: Andreas, mach was draus:
|
/ TODO: Andreas, mach was draus:
|
||||||
|
.timestamp
|
||||||
= time_ago_in_words(a.created_at)
|
= time_ago_in_words(a.created_at)
|
||||||
|
ago
|
||||||
- if @user.nil?
|
- if @user.nil?
|
||||||
.row
|
.row
|
||||||
.col-md-6.col-sm-4.col-xs-7.text-left.text-muted
|
.col-md-6.col-sm-4.col-xs-7.text-left.text-muted
|
||||||
|
|
Loading…
Reference in New Issue