2015-08-20 04:59:05 -04:00
|
|
|
%ul.center-top-menu
|
2015-09-08 09:49:20 -04:00
|
|
|
= nav_link(path: ['projects#index', 'root#index']) do
|
|
|
|
= link_to dashboard_projects_path, title: 'Home', class: 'shortcuts-activity', data: {placement: 'right'} do
|
2015-08-20 04:59:05 -04:00
|
|
|
Your Projects
|
2015-08-20 05:59:14 -04:00
|
|
|
= nav_link(page: starred_dashboard_projects_path) do
|
2015-08-20 04:59:05 -04:00
|
|
|
= link_to starred_dashboard_projects_path, title: 'Starred Projects', data: {placement: 'right'} do
|
|
|
|
Starred Projects
|
2015-09-02 16:28:40 -04:00
|
|
|
= nav_link(page: [explore_root_path, trending_explore_projects_path, starred_explore_projects_path, explore_projects_path], html_options: { class: 'hidden-xs' }) do
|
2015-09-03 15:53:55 -04:00
|
|
|
= link_to explore_root_path, title: 'Explore', data: {placement: 'right'} do
|
2015-08-20 04:59:05 -04:00
|
|
|
Explore Projects
|