Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_snippets.html.haml « nav « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1c5d376a76d7be5f18d4d3bb04d48a745fa09c79 (plain)
1
2
3
4
5
6
7
8
9
10
11
%ul.nav.nav-sidebar
  = nav_link(path: user_snippets_path(current_user), html_options: {class: 'home'}) do
    = link_to user_snippets_path(current_user) do
      %i.fa.fa-dashboard
      %span
        My Snippets
  = nav_link(path: snippets_path) do
    = link_to snippets_path, title: 'Discover snippets' do
      %i.fa.fa-globe
      %span
        Discover Snippets