summaryrefslogtreecommitdiff
path: root/app/views/layouts/ci/build.html.haml
blob: d404ecb894a7a2e0089b59988862b1b10311c9d5 (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 ci_commit_title(@commit)
    - if current_user
      = render "layouts/header/default", title: header_title
    - else
      = render "layouts/header/public", title: header_title

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