Sort the tags for the databrowser output.
This commit is contained in:
parent
1d48f48827
commit
c18d684dda
1 changed files with 3 additions and 3 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Add table
Reference in a new issue