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