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

10 lines
418 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
!!! 5
2017-08-17 22:00:37 +05:30
%html{ lang: I18n.locale, class: "#{page_class}" }
2015-09-11 14:41:01 +05:30
= render "layouts/head"
2017-08-17 22:00:37 +05:30
%body{ class: @body_class, data: { page: body_data_page, project: "#{@project.path if @project}", group: "#{@group.path if @group}" } }
2016-06-02 11:05:42 +05:30
= render "layouts/header/default", title: header_title
= render 'layouts/page', sidebar: sidebar, nav: nav
2015-09-11 14:41:01 +05:30
= yield :scripts_body
2016-11-03 12:29:30 +05:30
= render "layouts/init_auto_complete" if @gfm_form