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

_snippets_head.html.haml « dashboard « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0ae62d6f1b6622dde84f5ffb75a58b94335e9d8d (plain)
1
2
3
4
5
6
7
%ul.center-top-menu
  = nav_link(page: dashboard_snippets_path, html_options: {class: 'home'}) do
    = link_to dashboard_snippets_path, title: 'Your snippets', data: {placement: 'right'} do
      Your Snippets
  = nav_link(page: explore_snippets_path) do
    = link_to explore_snippets_path, title: 'Explore snippets', data: {placement: 'right'} do
      Explore Snippets