more fixes
This commit is contained in:
parent
e20037a89a
commit
5687feeb0a
|
@ -7,7 +7,7 @@
|
|||
.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
|
||||
.pull-right.text-muted
|
||||
.media-right.pull-right.text-muted
|
||||
%i.fa.fa-clock-o
|
||||
= time_ago_in_words(a.question.created_at)
|
||||
.panel-body
|
||||
|
@ -19,7 +19,7 @@
|
|||
%a{href: show_user_profile_path(a.user.screen_name)}
|
||||
%img.img-rounded.img-answerbox-small{src: gravatar_url(a.user)}
|
||||
%span= a.user.screen_name
|
||||
%span= = time_ago_in_words(a.created_at)
|
||||
%span= time_ago_in_words(a.created_at)
|
||||
ago
|
||||
.col-md-6.col-sm-8.col-xs-5.text-right
|
||||
%span.hidden-xs.text-muted
|
||||
|
|
Loading…
Reference in New Issue