4c01a68fc7
also added the help link back into the nav bar
19 lines
900 B
Text
19 lines
900 B
Text
%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
|
|
%li.dropdown
|
|
%a{ href: "#", data: { toggle: "dropdown" } }
|
|
More
|
|
= icon("chevron-down", class: "dropdown-chevron")
|
|
.dropdown-menu
|
|
%ul
|
|
= nav_link(controller: :snippets) do
|
|
= link_to explore_snippets_path, title: 'Snippets', class: 'dashboard-shortcuts-snippets' do
|
|
Snippets
|
|
%li.divider
|
|
%li
|
|
= link_to "Help", help_path, title: 'About GitLab CE'
|