summaryrefslogtreecommitdiff
path: root/app/views/explore/snippets/index.html.haml
blob: bf861e30b3a1b079fc3ac562ea0b6bfd697734a8 (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: 'shared/snippets/list', locals: { link_project: true }