From 982531ab555ee9015c9b21eaa322a781ffd4fa73 Mon Sep 17 00:00:00 2001 From: Yuki Date: Tue, 28 Apr 2015 17:39:43 +0530 Subject: [PATCH] don't echo everything omg i need to take pills to make me less stupid or something --- app/views/moderation/_moderationbox.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/moderation/_moderationbox.html.haml b/app/views/moderation/_moderationbox.html.haml index 1c41b391..cb2c9c52 100644 --- a/app/views/moderation/_moderationbox.html.haml +++ b/app/views/moderation/_moderationbox.html.haml @@ -1,4 +1,4 @@ -= unless report.target.nil? +- unless report.target.nil? .panel.panel-default.moderationbox{data: { id: report.id }} .panel-heading %img.img-rounded.answerbox--img{src: gravatar_url(report.user)}