From f158acff3f5966d7a00b0c25a3daba186ad40b0c Mon Sep 17 00:00:00 2001 From: Andreas N Date: Sun, 28 Dec 2014 20:13:45 +0100 Subject: [PATCH] added delete button to moderationbox --- app/views/moderation/_moderationbox.html.haml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/moderation/_moderationbox.html.haml b/app/views/moderation/_moderationbox.html.haml index 718e3ebe..2e97066e 100644 --- a/app/views/moderation/_moderationbox.html.haml +++ b/app/views/moderation/_moderationbox.html.haml @@ -27,5 +27,7 @@ %button.btn.btn-primary.btn-sm %i.fa.fa-comments %span 0 + %button.btn.btn-default.btn-sm + %i.fa.fa-trash-o .panel-footer = render 'moderation/discussion', report: report \ No newline at end of file