X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b02c873c0e892b4bd0b0e511020caaf86337b1de..f0f111aced146d78b4c31a6175c0150bc6497c50:/app/views/browse/_tag_details.rhtml diff --git a/app/views/browse/_tag_details.rhtml b/app/views/browse/_tag_details.rhtml index dab36266b..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 %>