summaryrefslogtreecommitdiff
path: root/app/views/layouts/nav/_explore.html.haml
blob: cd1c39f32264367373f22748d1600cde24cedc1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%ul.list-unstyled.navbar-sub-nav
  = nav_link(path: ['dashboard#show', 'root#show', 'projects#trending', 'projects#starred', 'projects#index'], html_options: {class: 'home'}) do
    = link_to explore_root_path, title: 'Projects', class: 'dashboard-shortcuts-projects' do
      Projects
  = nav_link(controller: [:groups, 'groups/milestones', 'groups/group_members']) do
    = link_to explore_groups_path, title: 'Groups', class: 'dashboard-shortcuts-groups' do
      Groups
  = nav_link(controller: :snippets) do
    = link_to explore_snippets_path, title: 'Snippets', class: 'dashboard-shortcuts-snippets' do
      Snippets
  %li
    = link_to "Help", help_path, title: 'About GitLab CE'