debian-mirror-gitlab/app/views/dashboard/snippets/index.html.haml
2019-02-15 15:39:39 +05:30

8 lines
295 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 }
= render partial: 'snippets/snippets', locals: { link_project: true }