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: 8d99f84755a766955848f0d3bb5a9d33734640b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.page-title-holder
  %h1.page-title= _('Snippets')

  - if current_user
    .page-title-controls
      = link_to "New snippet", new_snippet_path, class: "btn btn-success", title: "New snippet"

.top-area
  %ul.nav-links.nav.nav-tabs
    = 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