]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_tag_details.html.erb
Merge remote-tracking branch 'upstream/pull/4728'
[rails.git] / app / views / browse / _tag_details.html.erb
index cd087bc7feba1c03b7869ba2b73b90c0ed45ae12..cb876198c310bbe0b7c7f4d50da7bdd20453fd95 100644 (file)
@@ -1,8 +1,8 @@
-<% unless tag_details.tags.empty? %>
-  <div class='browse-section'>
-    <h4><%= t'browse.tag_details.tags' %></h4>
-    <ul class='browse-tag-list'>
-      <%= render :partial => "tag", :collection => tag_details.tags.sort %>
-    </ul>
+<% unless tag_details.empty? %>
+  <h4><%= t ".tags" %></h4>
+  <div class='mb-3 border border-secondary-subtle rounded overflow-hidden'>
+    <table class='mb-0 browse-tag-list table align-middle'>
+      <%= render :partial => "browse/tag", :collection => tag_details.sort %>
+    </table>
   </div>
 <% end %>
   </div>
 <% end %>