debian-mirror-gitlab/app/views/layouts/application.html.haml

16 lines
491 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
!!! 5
%html{ lang: "en"}
2015-09-11 14:41:01 +05:30
= render "layouts/head"
%body{class: "#{user_application_theme}", 'data-page' => body_data_page}
-# Ideally this would be inside the head, but turbolinks only evaluates page-specific JS in the body.
= yield :scripts_body_top
- if current_user
= render "layouts/header/default", title: header_title
- else
= render "layouts/header/public", title: header_title
= render 'layouts/page', sidebar: sidebar
= yield :scripts_body