X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/783b5e3729228908d7404ae7404af1023501a906..85c284aaa6e9ba8488de9d488f17fda4cd565d9c:/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..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 %>