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

empty.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: a36ebee7ef39de1710e187d121c7aaabc77bcad2 (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/info'
    - if content_for?(:title)
      .container.container-title
        = yield(:title)
      %hr

    .container.container-body
      = yield