X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b02c873c0e892b4bd0b0e511020caaf86337b1de..a3a792e13772282c006556081c65e12e37ad273b:/app/views/browse/_tag_details.rhtml diff --git a/app/views/browse/_tag_details.rhtml b/app/views/browse/_tag_details.rhtml index dab36266b..ac407a7d7 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: - - <%= render :partial => "tag", :collection => tag_details.tags_as_hash %> +
+ <%= render :partial => "tag", :collection => tag_details.tags.sort %>
- + <% end %>