summaryrefslogtreecommitdiff
path: root/app/views/explore/snippets/index.html.haml
blob: 94fc4ac21d2a54b7bfb39c7e2027e9f22c28e363 (plain)
1
2
3
4
5
6
7
8
9
10
- @hide_top_links = true
- page_title    "Snippets"
- header_title  "Snippets", snippets_path

- if current_user
  = render 'dashboard/snippets_head'
- else
  = render 'explore/head'

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