From 31f520ed4b042ba12897a50e5f6cae17c0308645 Mon Sep 17 00:00:00 2001 From: pixeldesu Date: Wed, 10 Dec 2014 19:14:24 +0100 Subject: [PATCH] fix more stuff --- app/views/inbox/show.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/inbox/show.html.haml b/app/views/inbox/show.html.haml index 02a1e288..7506b491 100644 --- a/app/views/inbox/show.html.haml +++ b/app/views/inbox/show.html.haml @@ -4,8 +4,8 @@ .row .col-md-9.col-sm-8.col-xs-12 Out of questions? - .col-md-9.col-sm-5.col-xs-12 - %button.btn.btn-default{type: :button, id: 'ib-generate-question'} Get new question + .col-md-3.col-sm-5.col-xs-12 + %button.btn.btn-block.btn-info{type: :button, id: 'ib-generate-question'} Get new question #entries - @inbox.each do |i|