From 5687feeb0a73fc8640dcd44634befb03671c77c7 Mon Sep 17 00:00:00 2001 From: pixeldesu Date: Sun, 30 Nov 2014 20:47:28 +0100 Subject: [PATCH] more fixes --- app/views/shared/_answerbox.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/shared/_answerbox.html.haml b/app/views/shared/_answerbox.html.haml index 700e8670..3d3db9ac 100644 --- a/app/views/shared/_answerbox.html.haml +++ b/app/views/shared/_answerbox.html.haml @@ -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