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

index.html.haml « snippets « dashboard « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4391624196b8119814ea230fb65c01b32a8b4480 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- @hide_top_links = true
- page_title    "Snippets"
- header_title  "Snippets", dashboard_snippets_path

= render 'dashboard/snippets_head'
= render partial: 'snippets/snippets_scope_menu', locals: { include_private: true }

.d-block.d-sm-none
   
  = link_to new_snippet_path, class: "btn btn-new btn-block", title: "New snippet" do
    New snippet

= render partial: 'snippets/snippets', locals: { link_project: true }