X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b30983f02bd1a0963157c14f14e996f258936625..5da273027f53cf4413aa385ea41ffacee5acf039:/app/views/browse/_tag_details.html.erb?ds=sidebyside diff --git a/app/views/browse/_tag_details.html.erb b/app/views/browse/_tag_details.html.erb index cd087bc7f..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.tags.empty? %> -
-

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

- -
+<% unless tag_details.empty? %> +

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

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