From c18d684ddad7b4b23b403c543b40a35ed6a3f6ee Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Mon, 4 May 2009 22:42:07 +0000 Subject: [PATCH] Sort the tags for the databrowser output. --- app/views/browse/_tag_details.rhtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/browse/_tag_details.rhtml b/app/views/browse/_tag_details.rhtml index 6f82689c2..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 %> -- 2.43.2