]> git.openstreetmap.org Git - rails.git/commitdiff
Remove unnecessary div
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 14 Mar 2018 07:16:51 +0000 (15:16 +0800)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 14 Mar 2018 07:16:51 +0000 (15:16 +0800)
app/views/issues/show.html.erb

index e1b2784a5c668d5ec0a2fe8cea26ac3a6452c950..44b39c927900e31a23338e417ec9bc9171423e8a 100644 (file)
@@ -59,6 +59,4 @@
 </div>
 
 <h3><%= t ".comments_on_this_issue" %></h3>
-<div class="unread-reports">
-  <%= render 'comments', comments: @comments %>
-</div>
+<%= render 'comments', comments: @comments %>