gitlab-org--gitlab-foss/app/views/layouts/application.html.haml

14 lines
534 B
Text
Raw Normal View History

2012-02-09 02:59:04 -05:00
!!! 5
2016-07-22 05:59:26 -04:00
%html{ lang: "en", class: "#{page_class}" }
2015-04-30 13:06:18 -04:00
= render "layouts/head"
2016-06-08 21:21:35 -04:00
%body{class: "#{user_application_theme}", data: {page: body_data_page, project: "#{@project.path if @project}", group: "#{@group.path if @group}"}}
= Gon::Base.render_data
-# Ideally this would be inside the head, but turbolinks only evaluates page-specific JS in the body.
= yield :scripts_body_top
= render "layouts/header/default", title: header_title
= render 'layouts/page', sidebar: sidebar, nav: nav
= yield :scripts_body