Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html.haml « snippets « explore « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e5706d0473628731828d63d942443b6a12d64cc0 (plain)
1
2
3
4
5
6
7
8
9
- 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 }