]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_tag_details.html.erb
erblint: fix remaining single quoted strings
[rails.git] / app / views / browse / _tag_details.html.erb
index 090a23e7c3bfa8ad0e6ae8ec4c2d7e355dec8013..0e1a3fbef17934319b3a2cecac941f648431d2c1 100644 (file)
@@ -1,6 +1,6 @@
 <% unless tag_details.empty? %>
-  <h4><%= t 'browse.tag_details.tags' %></h4>
-  <ul class='browse-tag-list'>
+  <h4><%= t ".tags" %></h4>
+  <table class='browse-tag-list'>
     <%= render :partial => "tag", :collection => tag_details.sort %>
-  </ul>
+  </table>
 <% end %>