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

application.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: 7306d378e44e1a4a4d746d22ca9c7bd8b4fc46ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
!!! 5
%html{ lang: "en"}
  = render 'layouts/ci/head'
  %body{ :'data-page' => body_data_page }
    = render 'layouts/ci/nav'
    = render 'layouts/ci/info'
    - if content_for?(:title)
      .container.container-title
        = yield(:title)
      %hr

    .container.container-body
      = yield