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