X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2f9291ba5764fe104264ae7e3b6a361e11212e8b..7e5cbe87ed37f9cba8224fa4049047d7f981f66a:/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..0868bb8e5 100644 --- a/app/views/browse/_tag_details.html.erb +++ b/app/views/browse/_tag_details.html.erb @@ -1,6 +1,6 @@ <% unless tag_details.empty? %> -

<%= t '.tags' %>

- +

<%= t ".tags" %>

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