From aa32861f7ff2d8653a0b8ad50ce3518b3f87b321 Mon Sep 17 00:00:00 2001 From: pixeldesu Date: Wed, 10 Dec 2014 19:09:44 +0100 Subject: [PATCH] new display to generate more questions --- app/views/inbox/show.html.haml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/views/inbox/show.html.haml b/app/views/inbox/show.html.haml index eb60e335..acdc2686 100644 --- a/app/views/inbox/show.html.haml +++ b/app/views/inbox/show.html.haml @@ -1,6 +1,11 @@ .container.j2-page = render 'layouts/messages' - %button.btn.btn-default{type: :button, id: 'ib-generate-question'} Get new question + .alert.alert-info + .row + .col-md-9.col-sm-8.col-xs-12 + %span.text-center 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 #entries - @inbox.each do |i|