From 1979f528a91ea8fd187cca1392b917981b4e964c Mon Sep 17 00:00:00 2001 From: pixeldesu Date: Sun, 30 Nov 2014 18:17:39 +0100 Subject: [PATCH] revert remove newline --- app/views/inbox/show.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/inbox/show.html.haml b/app/views/inbox/show.html.haml index ecd3a5a8..da0ddbec 100644 --- a/app/views/inbox/show.html.haml +++ b/app/views/inbox/show.html.haml @@ -12,6 +12,7 @@ %p.answerbox-question-text= i.question.content .panel-body %textarea.form-control{name: 'ib-answer', 'data-id' => i.id} + %br/ %button.btn.btn-success{name: 'ib-answer', 'data-ib-id' => i.id} Answer %button.btn.btn-danger{name: 'ib-destroy', 'data-ib-id' => i.id}