_explore.html.haml 711 Bytes
Newer Older
1 2
%ul.nav.nav-sidebar
  = nav_link(path: ['dashboard#show', 'root#show', 'projects#trending', 'projects#starred', 'projects#index'], html_options: {class: 'home'}) do
3
    = link_to explore_root_path, title: 'Projects' do
4
      = icon('bookmark fw')
5 6 7
      %span
        Projects
  = nav_link(controller: :groups) do
8
    = link_to explore_groups_path, title: 'Groups' do
9 10 11 12
      = icon('group fw')
      %span
        Groups
  = nav_link(controller: :snippets) do
13
    = link_to explore_snippets_path, title: 'Snippets' do
14 15 16 17
      = icon('clipboard fw')
      %span
        Snippets
  = nav_link(controller: :help) do
18
    = link_to help_path, title: 'Help' do
19 20 21
      = icon('question-circle fw')
      %span
        Help