X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d3700e6201b4b78a70bbb2941572edc985b63c2c..HEAD:/app/views/browse/_tag_details.html.erb diff --git a/app/views/browse/_tag_details.html.erb b/app/views/browse/_tag_details.html.erb index 9c3fbbfc2..cb876198c 100644 --- a/app/views/browse/_tag_details.html.erb +++ b/app/views/browse/_tag_details.html.erb @@ -1,6 +1,8 @@ <% unless tag_details.empty? %> -

<%= t '.tags' %>

- - <%= render :partial => "tag", :collection => tag_details.sort %> -
+

<%= t ".tags" %>

+
+ + <%= render :partial => "browse/tag", :collection => tag_details.sort %> +
+
<% end %>