From 642d88da07dc4f6963a9e4b09b4c9a403de0d5b9 Mon Sep 17 00:00:00 2001 From: nilsding Date: Sat, 27 Dec 2014 15:56:34 +0100 Subject: [PATCH] , --- app/views/shared/_answerbox_buttons.html.haml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/shared/_answerbox_buttons.html.haml b/app/views/shared/_answerbox_buttons.html.haml index 7f5785a2..e83389e1 100644 --- a/app/views/shared/_answerbox_buttons.html.haml +++ b/app/views/shared/_answerbox_buttons.html.haml @@ -26,7 +26,7 @@ %a{href: '#', data: { a_id: a.id, action: 'ab-destroy' }} %i.fa.fa-trash-o Delete - %li - %a{href: '#', data: { a_id: a.id, action: 'ab-report' }} - %i.fa.fa-exclamation-triangle - Report \ No newline at end of file + %li + %a{href: '#', data: { a_id: a.id, action: 'ab-report' }} + %i.fa.fa-exclamation-triangle + Report \ No newline at end of file