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

admin.html.haml « ci « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c8cb185d28cff4386ce30bf55e5ac891a6c8f25b (plain)
1
2
3
4
5
6
7
8
9
10
11
!!! 5
%html{ lang: "en"}
  = render 'layouts/head'
  %body{class: "ci-body #{user_application_theme}", 'data-page' => body_data_page}
    - header_title = "Admin area"
    - if current_user
      = render "layouts/header/default", title: header_title
    - else
      = render "layouts/header/public", title: header_title

    = render 'layouts/ci/page', sidebar: 'nav_admin'