debian-mirror-gitlab/app/views/dashboard/snippets/index.html.haml
2017-09-10 17:25:29 +05:30

13 lines
419 B
Text

- @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 }
.visible-xs
 
= 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 }