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: b77fe09fc2a20f50c68083572c7c7964b894061e (plain)
1
2
3
4
5
6
7
8
- page_title    'Snippets'
- if current_user
  - header_title  "Dashboard", root_path
- else
  - header_title  'Snippets', snippets_path
- sidebar       "dashboard"

= render template: "layouts/application"