X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3d7eb387a7c3573f1a1d17df00adcaa1fb9b9fa5..50091893d44ecfc48c13bb2269f23a6f23aea1d2:/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 9d0a2af54..9c3fbbfc2 100644 --- a/app/views/browse/_tag_details.html.erb +++ b/app/views/browse/_tag_details.html.erb @@ -1,6 +1,6 @@ -<% unless tag_details.tags.empty? %> -
-

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

- -
-<% end %> \ No newline at end of file +<% unless tag_details.empty? %> +

<%= t '.tags' %>

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