2017-06-30 12:52:11 -04:00
|
|
|
- @hide_top_links = true
|
2015-09-08 09:49:20 -04:00
|
|
|
- page_title "Snippets"
|
|
|
|
- header_title "Snippets", dashboard_snippets_path
|
|
|
|
|
|
|
|
= render 'dashboard/snippets_head'
|
2016-12-09 16:38:10 -05:00
|
|
|
= render partial: 'snippets/snippets_scope_menu', locals: { include_private: true }
|
2016-12-07 17:03:00 -05:00
|
|
|
|
|
|
|
.visible-xs
|
|
|
|
|
|
|
|
= link_to new_snippet_path, class: "btn btn-new btn-block", title: "New snippet" do
|
|
|
|
New snippet
|
2015-09-08 09:49:20 -04:00
|
|
|
|
2016-12-09 11:54:13 -05:00
|
|
|
= render partial: 'snippets/snippets', locals: { link_project: true }
|