Remove unnecessary div

This commit is contained in:
Andy Allan 2018-03-14 15:16:51 +08:00
parent 04901868fa
commit 870a497f94

View file

@ -59,6 +59,4 @@
</div> </div>
<h3><%= t ".comments_on_this_issue" %></h3> <h3><%= t ".comments_on_this_issue" %></h3>
<div class="unread-reports"> <%= render 'comments', comments: @comments %>
<%= render 'comments', comments: @comments %>
</div>