X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2b4f8e92c969a5508b73ae7af45811a118fda6b1..562e7e7d32c945a0f99442e38953da8402fdd997:/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..9129ddaf5 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 => "tag", :collection => tag_details.sort %> +
+
<% end %>