9b177bb7c9
This reverts merge request !14148
10 lines
474 B
Text
10 lines
474 B
Text
!!! 5
|
|
%html{ lang: I18n.locale, class: page_class }
|
|
= render "layouts/head"
|
|
%body{ class: "#{user_application_theme} #{@body_class}", data: { page: body_data_page, project: "#{@project.path if @project}", group: "#{@group.path if @group}", find_file: find_file_path } }
|
|
= render "layouts/init_auto_complete" if @gfm_form
|
|
= render 'peek/bar'
|
|
= render "layouts/header/default"
|
|
= render 'layouts/page', sidebar: sidebar, nav: nav
|
|
|
|
= yield :scripts_body
|