From 870a497f94db8a8bacb16ab3a356bb84934aaee6 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 14 Mar 2018 15:16:51 +0800 Subject: [PATCH] Remove unnecessary div --- app/views/issues/show.html.erb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/views/issues/show.html.erb b/app/views/issues/show.html.erb index e1b2784a5..44b39c927 100644 --- a/app/views/issues/show.html.erb +++ b/app/views/issues/show.html.erb @@ -59,6 +59,4 @@

<%= t ".comments_on_this_issue" %>

-
- <%= render 'comments', comments: @comments %> -
+<%= render 'comments', comments: @comments %> -- 2.43.2