2017-08-17 22:00:37 +05:30
|
|
|
%ul
|
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
|
|
|
|
.shortcut-mappings
|
|
|
|
.key
|
|
|
|
= icon('arrow-up', 'aria-label' => 'hidden')
|
|
|
|
P
|
2015-09-25 12:07:36 +05:30
|
|
|
%span
|
|
|
|
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
|
|
|
|
.shortcut-mappings
|
|
|
|
.key
|
|
|
|
= icon('arrow-up', 'aria-label' => 'hidden')
|
|
|
|
G
|
2015-09-25 12:07:36 +05:30
|
|
|
%span
|
|
|
|
Groups
|
|
|
|
= 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
|
|
|
|
.shortcut-mappings
|
|
|
|
.key
|
|
|
|
= icon('arrow-up', 'aria-label' => 'hidden')
|
|
|
|
S
|
2015-09-25 12:07:36 +05:30
|
|
|
%span
|
|
|
|
Snippets
|
2017-08-17 22:00:37 +05:30
|
|
|
%li.divider
|
2015-09-25 12:07:36 +05:30
|
|
|
= nav_link(controller: :help) do
|
2015-12-23 02:04:40 +05:30
|
|
|
= link_to help_path, title: 'Help' do
|
2015-09-25 12:07:36 +05:30
|
|
|
%span
|
|
|
|
Help
|