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

snippets.html.haml « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d9c90d4fcef98cbbe824f65693b9d9c283d9b380 (plain)
1
2
3
4
5
6
7
8
- page_title    'Snippets'
- if current_user
  - header_title  "Snippets", user_snippets_path(current_user)
- else
  - header_title  'Snippets', snippets_path
- sidebar       "dashboard"

= render template: "layouts/application"