From f98e534c12e85c95bfb5b13a4df54ab4502a453a Mon Sep 17 00:00:00 2001 From: pixeldesu Date: Thu, 13 Nov 2014 19:20:18 +0100 Subject: [PATCH] ALL YOUR FORM-CONTROL ARE BELONG TO US --- app/views/inbox/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/inbox/show.html.haml b/app/views/inbox/show.html.haml index dad27f59..1cbc47c4 100644 --- a/app/views/inbox/show.html.haml +++ b/app/views/inbox/show.html.haml @@ -10,7 +10,7 @@ %p %strong = i.question.content - %textarea{name: 'ib-answer', 'data-id' => i.id} + %textarea.form-control{name: 'ib-answer', 'data-id' => i.id} %br/ %button.btn.btn-success{name: 'ib-answer', 'data-ib-id' => i.id} Answer