X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/12c1d5e6c05813a0697724277b4d8529a1a7c240..d115a1a7d7c7660696328ac3b10e159156d34489:/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 0868bb8e5..cc08fe16a 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 %> -
+
+ + <%= render :partial => "browse/tag", :collection => tag_details.sort %> +
+
<% end %>