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

admin.html.haml « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ae9eee215e02d7ad6b1fbe2125d336022f27b058 (plain)
1
2
3
4
5
6
7
8
9
- page_title    "Admin Area"
- header_title  "Admin Area", admin_root_path
- if show_new_nav?
  - nav         "new_admin_sidebar"
  - @new_sidebar = true
- else
  - nav         "admin"

= render template: "layouts/application"