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