revert tag ordering change

This commit is contained in:
albert
2013-03-18 15:04:32 -07:00
parent 770ace0e68
commit 2a28584d3f

View File

@@ -8,7 +8,7 @@
<%= nav_link_to("Comments", comments_path(:group_by => "post")) %>
<%= nav_link_to("Notes", notes_path(:group_by => "post")) %>
<%= nav_link_to("Artists", artists_path(:search => {:order => "date"})) %>
<%= nav_link_to("Tags", tags_path) %>
<%= nav_link_to("Tags", tags_path(:search => {:order => "date"})) %>
<% if CurrentUser.is_moderator? %>
<%= nav_link_to("Aliases", tag_aliases_path) %>
<%= nav_link_to("Implications", tag_implications_path) %>