summaryrefslogtreecommitdiff
path: root/app/views/dashboard/_projects_head.html.haml
blob: 7de9480fd8f775fd210d214c265351af41cdd7da (plain)
1
2
3
4
5
6
7
8
9
10
%ul.center-top-menu
  = nav_link(path: ['dashboard#show', 'root#show'], html_options: {class: 'home'}) do
    = link_to dashboard_path, title: 'Home', class: 'shortcuts-activity', data: {placement: 'right'} do
      Your Projects
  = nav_link(path: 'projects#starred') do
    = link_to starred_dashboard_projects_path, title: 'Starred Projects', data: {placement: 'right'} do
      Starred Projects
  = nav_link(controller: :explore) do
    = link_to explore_root_path, title: 'Explore', data: {toggle: 'tooltip', placement: 'bottom'} do
      Explore Projects