X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/76bc5eba0617e36ebb853d24212543d0e1d4904d..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 %>