X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c4090bb150e0eb866151ba0477e50b0421d60527..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 090a23e7c..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 'browse.tag_details.tags' %>

- +

<%= t ".tags" %>

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