28e1739a3f
remove EE specific code remove EE licence checks move migration from EE to CE folder structure move specs from EE to CE folder structure remove EE specific flag specs
13 lines
643 B
Text
13 lines
643 B
Text
!!! 5
|
|
%html{ lang: I18n.locale, class: page_class }
|
|
= render "layouts/head"
|
|
%body{ class: "#{user_application_theme} #{@body_class} #{client_class_list}", 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 "layouts/init_client_detection_flags"
|
|
= render 'peek/bar'
|
|
= header_message
|
|
= render partial: "layouts/header/default", locals: { project: @project, group: @group }
|
|
= render 'layouts/page', sidebar: sidebar, nav: nav
|
|
= footer_message
|
|
|
|
= yield :scripts_body
|