2017-09-10 17:25:29 +05:30
|
|
|
- @hide_top_links = true
|
2020-07-28 23:09:34 +05:30
|
|
|
- page_title _("Snippets")
|
|
|
|
- header_title _("Snippets"), snippets_path
|
2015-09-25 12:07:36 +05:30
|
|
|
|
|
|
|
- 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 }
|