]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_tag_details.html.erb
Merge remote-tracking branch 'upstream/pull/2505'
[rails.git] / app / views / browse / _tag_details.html.erb
index eaf98b57b26db67d22c720b17d2367c802772d93..0e1a3fbef17934319b3a2cecac941f648431d2c1 100644 (file)
@@ -1,8 +1,6 @@
 <% unless tag_details.empty? %>
-  <div class='browse-section'>
-    <h4><%= t'browse.tag_details.tags' %></h4>
-    <ul class='browse-tag-list'>
-      <%= render :partial => "tag", :collection => tag_details.sort %>
-    </ul>
-  </div>
+  <h4><%= t ".tags" %></h4>
+  <table class='browse-tag-list'>
+    <%= render :partial => "tag", :collection => tag_details.sort %>
+  </table>
 <% end %>