From 55f1680c18c23a34e9901c1b5fdc4405a5faa94d Mon Sep 17 00:00:00 2001 From: Andreas N Date: Sat, 20 Dec 2014 16:15:59 +0100 Subject: [PATCH] hide delete inbox for now --- app/views/inbox/show.html.haml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app/views/inbox/show.html.haml b/app/views/inbox/show.html.haml index a71ab125..d1e91e77 100644 --- a/app/views/inbox/show.html.haml +++ b/app/views/inbox/show.html.haml @@ -6,11 +6,12 @@ %h3 Out of questions? .panel-body %button.btn.btn-block.btn-info{type: :button, id: 'ib-generate-question'} Get new question - .panel.panel-default.warning--panel - .panel-heading - %h3 Actions - .panel-body - %button.btn.btn-block.btn-danger{type: :button, id: 'ib-delete-all'} Delete all questions + / + .panel.panel-default.warning--panel + .panel-heading + %h3 Actions + .panel-body + %button.btn.btn-block.btn-danger{type: :button, id: 'ib-delete-all'} Delete all questions .col-md-9.col-xs-12.col-sm-9 = render 'layouts/messages' #entries