From 025aaf2ba752ae27b03d176589c97e5edd7ca3a5 Mon Sep 17 00:00:00 2001 From: nilsding Date: Tue, 11 Nov 2014 19:53:35 +0100 Subject: [PATCH] NIX --- app/views/inbox/show.html.haml | 3 +++ 1 file changed, 3 insertions(+) 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