21 lines
819 B
Text
21 lines
819 B
Text
%ul.nav.nav-sidebar
|
|
= 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', data: {placement: 'right'} do
|
|
= icon('home fw')
|
|
%span
|
|
Projects
|
|
= nav_link(controller: :groups) do
|
|
= link_to explore_groups_path, title: 'Groups', data: {placement: 'right'} do
|
|
= icon('group fw')
|
|
%span
|
|
Groups
|
|
= nav_link(controller: :snippets) do
|
|
= link_to explore_snippets_path, title: 'Snippets', data: {placement: 'right'} do
|
|
= icon('clipboard fw')
|
|
%span
|
|
Snippets
|
|
= nav_link(controller: :help) do
|
|
= link_to help_path, title: 'Help', data: {placement: 'right'} do
|
|
= icon('question-circle fw')
|
|
%span
|
|
Help
|