X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d1cc387080152269cb142d150e06b0a27f8b98be..b4caac4d4980dab3e0c94a346a0eac0fa64fbb6f:/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 eaf98b57b..16e3b51b2 100644 --- a/app/views/browse/_tag_details.html.erb +++ b/app/views/browse/_tag_details.html.erb @@ -1,8 +1,6 @@ <% unless tag_details.empty? %> -
-

<%= t'browse.tag_details.tags' %>

- -
+

<%= t 'browse.tag_details.tags' %>

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