]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/issues/show.html.erb
Use select_tag for issue filter fields instead of abusing select
[rails.git] / 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 %>