check your timestamp privileges
This commit is contained in:
parent
97c197f112
commit
f6906d0dde
|
@ -7,8 +7,12 @@
|
|||
.media-body
|
||||
%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
|
||||
/ TODO: Andreas, mach was draus:
|
||||
= time_ago_in_words(a.question.created_at)
|
||||
.panel-body
|
||||
%p= a.content
|
||||
/ TODO: Andreas, mach was draus:
|
||||
= time_ago_in_words(a.question.created_at)
|
||||
- if @user.nil?
|
||||
.row
|
||||
.col-md-6.col-sm-4.col-xs-7.text-left.text-muted
|
||||
|
|
Loading…
Reference in New Issue