2017-09-10 17:25:29 +05:30
|
|
|
- @hide_top_links = true
|
2015-09-25 12:07:36 +05:30
|
|
|
- page_title "Snippets"
|
|
|
|
- header_title "Snippets", dashboard_snippets_path
|
|
|
|
|
|
|
|
= render 'dashboard/snippets_head'
|
2017-08-17 22:00:37 +05:30
|
|
|
= render partial: 'snippets/snippets_scope_menu', locals: { include_private: true }
|
2015-09-25 12:07:36 +05:30
|
|
|
|
2018-11-08 19:23:39 +05:30
|
|
|
.d-block.d-sm-none
|
2017-08-17 22:00:37 +05:30
|
|
|
|
|
|
|
= link_to new_snippet_path, class: "btn btn-new btn-block", title: "New snippet" do
|
|
|
|
New snippet
|
2015-09-25 12:07:36 +05:30
|
|
|
|
2017-08-17 22:00:37 +05:30
|
|
|
= render partial: 'snippets/snippets', locals: { link_project: true }
|