Sort the tags for the databrowser output.

This commit is contained in:
Thomas Wood 2009-05-04 22:42:07 +00:00
parent 1d48f48827
commit c18d684dda

View file

@ -1,10 +1,10 @@
<% unless tag_details.tags_as_hash.empty? %>
<% unless tag_details.tags.empty? %>
<tr valign="top">
<th>Tags:</th>
<td>
<table cellpadding="0">
<%= render :partial => "tag", :collection => tag_details.tags_as_hash %>
<%= render :partial => "tag", :collection => tag_details.tags.sort %>
</table>
</td>
</tr>
</tr>
<% end %>