/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:
evazion
2017-04-23 14:26:23 -05:00
parent 76eefd0ffe
commit e6d1842545
6 changed files with 8 additions and 61 deletions

View File

@@ -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? %>