alternate display

This commit is contained in:
pixeldesu 2014-11-30 21:02:17 +01:00
parent ba625247ae
commit 484c8d9b65
2 changed files with 10 additions and 2 deletions

View File

@ -8,7 +8,11 @@
%a.pull-left{href: show_user_profile_path(i.question.user.screen_name)} %a.pull-left{href: show_user_profile_path(i.question.user.screen_name)}
%img.img-rounded.img-answerbox{src: gravatar_url(i.question.user)} %img.img-rounded.img-answerbox{src: gravatar_url(i.question.user)}
.media-body .media-body
%h6.text-muted.media-heading.answerbox-question-user= user_screen_name i.question.user, i.question.author_is_anonymous %h6.text-muted.media-heading.answerbox-question-user
= user_screen_name i.question.user, i.question.author_is_anonymous
asked
= time_ago_in_words(i.question.created_at)
ago
%p.answerbox-question-text= i.question.content %p.answerbox-question-text= i.question.content
%p.timestamp %p.timestamp
asked asked

View File

@ -5,7 +5,11 @@
%a.pull-left{href: show_user_profile_path(a.question.user.screen_name)} %a.pull-left{href: show_user_profile_path(a.question.user.screen_name)}
%img.img-rounded.img-answerbox{src: gravatar_url(a.question.user)} %img.img-rounded.img-answerbox{src: gravatar_url(a.question.user)}
.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
asked
= time_ago_in_words(a.question.created_at)
ago
%p.answerbox-question-text= a.question.content %p.answerbox-question-text= a.question.content
.panel-body .panel-body
%p= a.content %p= a.content