debian-mirror-gitlab/app/views/explore/snippets/index.html.haml

11 lines
257 B
Text
Raw Normal View History

2017-09-10 17:25:29 +05:30
- @hide_top_links = true
2015-09-25 12:07:36 +05:30
- page_title "Snippets"
- header_title "Snippets", snippets_path
- if current_user
= render 'dashboard/snippets_head'
- else
= render 'explore/head'
2019-07-07 11:18:12 +05:30
= render partial: 'shared/snippets/list', locals: { link_project: true }