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

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

    - if current_user
      = render "layouts/head_panel", title: title
    - else
      = render "layouts/public_head_panel", title: title

    = render 'layouts/page', sidebar: @sidebar