X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e731dd71a77ad4ad1e9db22535e89444bb98e5d9..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 0e1a3fbef..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 %> -
+
+ + <%= render :partial => "browse/tag", :collection => tag_details.sort %> +
+
<% end %>