summaryrefslogtreecommitdiff
path: root/app/views/dashboard/snippets/index.html.haml
blob: 6eb067da95c1d3b63b6ab508e778e08fcc6a4664 (plain)
1
2
3
4
5
6
7
8
- @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 }

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