X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8bd001f1282b7a33a71c0565504e160dbe567d5d..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 9c3fbbfc2..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 '.tags' %>

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

<%= t ".tags" %>

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