debian-mirror-gitlab/app/views/explore/snippets/index.html.haml
2017-09-10 17:25:29 +05:30

10 lines
254 B
Text

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