summaryrefslogtreecommitdiff
path: root/app/views/dashboard/_projects_head.html.haml
blob: ed480b8caf8abae4690ec4cc120938cd6c6fdb3f (plain)
1
2
3
4
5
6
7
8
9
10
%ul.center-top-menu
  = nav_link(path: ['projects#index', 'root#index']) do
    = link_to dashboard_projects_path, title: 'Home', class: 'shortcuts-activity', data: {placement: 'right'} do
      Your Projects
  = nav_link(page: starred_dashboard_projects_path) do
    = link_to starred_dashboard_projects_path, title: 'Starred Projects', data: {placement: 'right'} do
      Starred Projects
  = nav_link(page: [explore_root_path, trending_explore_projects_path, starred_explore_projects_path, explore_projects_path], html_options: { class: 'hidden-xs' }) do
    = link_to explore_root_path, title: 'Explore', data: {placement: 'right'} do
      Explore Projects