debian-mirror-gitlab/app/views/explore/snippets/index.html.haml
2019-07-07 11:18:12 +05:30

11 lines
257 B
Plaintext

- @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 }