From: Andy Allan Date: Wed, 14 Mar 2018 07:16:51 +0000 (+0800) Subject: Remove unnecessary div X-Git-Tag: live~2989^2~29 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/870a497f94db8a8bacb16ab3a356bb84934aaee6?ds=sidebyside Remove unnecessary div --- 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 %>