]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_tag_details.html.erb
Merge branch 'master' into feature/add-communities-page
[rails.git] / app / views / browse / _tag_details.html.erb
index 9c3fbbfc206961291a77d8bdb37f0dc75fdffc18..0868bb8e59e279e1af10193bfb1a9d77365df271 100644 (file)
@@ -1,6 +1,6 @@
 <% unless tag_details.empty? %>
-  <h4><%= t '.tags' %></h4>
-  <table class='browse-tag-list'>
+  <h4><%= t ".tags" %></h4>
+  <table class='browse-tag-list border border-grey rounded'>
     <%= render :partial => "tag", :collection => tag_details.sort %>
   </table>
 <% end %>