5d785457db
- Split up SnippetsController into separate dashboard and explore sections. - Use consistent page titles, header titles and sidebars between dashboard and explore sections when signed in or not.
7 lines
327 B
Text
7 lines
327 B
Text
%ul.center-top-menu
|
|
= nav_link(page: dashboard_groups_path) do
|
|
= link_to dashboard_groups_path, title: 'Your groups', data: {placement: 'right'} do
|
|
Your Groups
|
|
= nav_link(page: explore_groups_path) do
|
|
= link_to explore_groups_path, title: 'Explore groups', data: {placement: 'bottom'} do
|
|
Explore Groups
|