X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8bd001f1282b7a33a71c0565504e160dbe567d5d..3af16f6337b52546297e7e09a1aba9b0e1df7e15:/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..0e1a3fbef 100644 --- a/app/views/browse/_tag_details.html.erb +++ b/app/views/browse/_tag_details.html.erb @@ -1,5 +1,5 @@ <% unless tag_details.empty? %> -

<%= t '.tags' %>

+

<%= t ".tags" %>

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