gitlab-org--gitlab-foss/app/views/explore/snippets/index.html.haml

11 lines
263 B
Plaintext
Raw Normal View History

2017-07-07 06:51:03 -04:00
- @hide_top_links = true
- page_title _("Snippets")
- header_title _("Snippets"), snippets_path
- if current_user
= render 'dashboard/snippets_head'
- else
= render 'explore/head'
2019-02-22 07:12:36 -05:00
= render partial: 'shared/snippets/list', locals: { link_project: true }