diff --git a/app/views/inbox/show.html.haml b/app/views/inbox/show.html.haml
index 3a55ae82..34610d9a 100644
--- a/app/views/inbox/show.html.haml
+++ b/app/views/inbox/show.html.haml
@@ -10,7 +10,10 @@
.media-body
%h6.text-muted.media-heading.answerbox-question-user= user_screen_name i.question.user, i.question.author_is_anonymous
%p.answerbox-question-text= i.question.content
- .panel-body
+ %p.timestamp
+ asked
+ = time_ago_in_words(i.question.created_at)
+ ago
%textarea.form-control{name: 'ib-answer', 'data-id' => i.id}
%br/
%button.btn.btn-success{name: 'ib-answer', 'data-ib-id' => i.id}