debian-mirror-gitlab/app/views/layouts/nav/_explore.html.haml

13 lines
689 B
Text
Raw Normal View History

2018-03-17 18:26:18 +05:30
%ul.list-unstyled.navbar-sub-nav
2015-09-25 12:07:36 +05:30
= nav_link(path: ['dashboard#show', 'root#show', 'projects#trending', 'projects#starred', 'projects#index'], html_options: {class: 'home'}) do
2017-08-17 22:00:37 +05:30
= link_to explore_root_path, title: 'Projects', class: 'dashboard-shortcuts-projects' do
2018-03-17 18:26:18 +05:30
Projects
2016-06-02 11:05:42 +05:30
= nav_link(controller: [:groups, 'groups/milestones', 'groups/group_members']) do
2017-08-17 22:00:37 +05:30
= link_to explore_groups_path, title: 'Groups', class: 'dashboard-shortcuts-groups' do
2018-03-17 18:26:18 +05:30
Groups
2015-09-25 12:07:36 +05:30
= nav_link(controller: :snippets) do
2017-08-17 22:00:37 +05:30
= link_to explore_snippets_path, title: 'Snippets', class: 'dashboard-shortcuts-snippets' do
2018-03-17 18:26:18 +05:30
Snippets
%li
= link_to "Help", help_path, title: 'About GitLab CE'