/notes: default to listing notes, not posts. Remove group_by=post.
The posts listing is replaced by a link to order:note.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<% end %>
|
||||
<%= nav_link_to("Posts", posts_path) %>
|
||||
<%= nav_link_to("Comments", comments_path(:group_by => "post")) %>
|
||||
<%= nav_link_to("Notes", notes_path(:group_by => "post")) %>
|
||||
<%= nav_link_to("Notes", notes_path) %>
|
||||
<%= nav_link_to("Artists", artists_path) %>
|
||||
<%= nav_link_to("Tags", tags_path) %>
|
||||
<% if CurrentUser.is_builder? %>
|
||||
|
||||
Reference in New Issue
Block a user