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

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