X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5c783cd0eece7c5d4607b89f1cff313d8d867a04..f0f111aced146d78b4c31a6175c0150bc6497c50:/app/views/browse/_tag_details.rhtml diff --git a/app/views/browse/_tag_details.rhtml b/app/views/browse/_tag_details.rhtml index 6f82689c2..b5f2d97e7 100644 --- a/app/views/browse/_tag_details.rhtml +++ b/app/views/browse/_tag_details.rhtml @@ -1,10 +1,10 @@ -<% unless tag_details.tags_as_hash.empty? %> +<% unless tag_details.tags.empty? %> - Tags: + <%= t'browse.tag_details.tags' %> - <%= render :partial => "tag", :collection => tag_details.tags_as_hash %> + <%= render :partial => "tag", :collection => tag_details.tags.sort %>
- + <% end %>