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

10 lines
229 B
Text
Raw Normal View History

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'
2017-08-17 22:00:37 +05:30
= render partial: 'snippets/snippets', locals: { link_project: true }