diff --git a/app/views/inbox/show.html.haml b/app/views/inbox/show.html.haml
index 82ca5a89..cff38633 100644
--- a/app/views/inbox/show.html.haml
+++ b/app/views/inbox/show.html.haml
@@ -12,3 +12,6 @@
%br/
%button.btn.btn-success{name: 'ib-answer', 'data-ib-id' => i.id}
Answer
+
+ - if @inbox.empty?
+ Nothing to see here.
\ No newline at end of file