From 93b06b8e0c652682f0d0be23935652063cdb73c8 Mon Sep 17 00:00:00 2001 From: albert Date: Sun, 17 Mar 2013 22:33:00 -0400 Subject: [PATCH] fix ordering for tags --- app/views/layouts/_main_links.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/_main_links.html.erb b/app/views/layouts/_main_links.html.erb index c26700a23..dff3f72f6 100644 --- a/app/views/layouts/_main_links.html.erb +++ b/app/views/layouts/_main_links.html.erb @@ -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(:search => {:order => "date"})) %> + <%= nav_link_to("Tags", tags_path) %> <% if CurrentUser.is_moderator? %> <%= nav_link_to("Aliases", tag_aliases_path) %> <%= nav_link_to("Implications", tag_implications_path) %>