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

navless.html.haml « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4d0278251a67ff87bd1914ceaed35437cd60ed17 (plain)
1
2
3
4
5
6
7
8
9
10
!!! 5
%html{ lang: "en"}
  = render "layouts/head", title: @title
  %body{class: "#{app_theme}  application", :'data-page' => body_data_page}
    = render "layouts/broadcast"
    = render "layouts/head_panel", title: defined?(@title_url) ? link_to(@title, @title_url) : @title
    .container.navless-container
      .content
        = render "layouts/flash"
        = yield