X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5dfbf00776d5247a92cb36135d509fa0eb0b2730..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 0868bb8e5..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 %> -
+
+ + <%= render :partial => "tag", :collection => tag_details.sort %> +
+
<% end %>