summaryrefslogtreecommitdiff
path: root/app/views/dashboard/snippets/index.html.haml
blob: b649fe91c24bed59c66320273ef2f5fe4f543c53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
- @hide_top_links = true
- page_title    "Snippets"
- header_title  "Snippets", dashboard_snippets_path

= render 'dashboard/snippets_head'
- if current_user.snippets.exists?
  = render partial: 'snippets/snippets_scope_menu', locals: { include_private: true }

.d-block.d-sm-none
   
  = link_to _("New snippet"), new_snippet_path, class: "btn btn-success btn-block", title: _("New snippet")

- if current_user.snippets.exists?
  = render partial: 'shared/snippets/list', locals: { link_project: true }
- else
  = render 'shared/empty_states/snippets', button_path: new_snippet_path