X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/edaddbedaec78a252e988e2271962407e64483fd..a70898be6dde1e9e9f61f90f8dc9b2c18a6f9287:/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 b5f2d97e7..16e3b51b2 100644 --- a/app/views/browse/_tag_details.html.erb +++ b/app/views/browse/_tag_details.html.erb @@ -1,10 +1,6 @@ -<% unless tag_details.tags.empty? %> - - <%= t'browse.tag_details.tags' %> - - - <%= render :partial => "tag", :collection => tag_details.tags.sort %> -
- - +<% unless tag_details.empty? %> +

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

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