summaryrefslogtreecommitdiff
path: root/app/views/layouts/ci/application.html.haml
blob: 38023468d0beb1fb7290ddb17eb1d050c0fdfef8 (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 = "Continuous Integration"
    - if current_user
      = render "layouts/header/default", title: header_title
    - else
      = render "layouts/header/public", title: header_title

    = render 'layouts/ci/page'