e578530fa1
Part of #34903
14 lines
542 B
Text
14 lines
542 B
Text
!!! 5
|
|
%html{ lang: I18n.locale, class: "#{page_class}" }
|
|
= render "layouts/head"
|
|
%body{ class: @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
|
|
- if show_new_nav?
|
|
= render "layouts/header/new"
|
|
- else
|
|
= render "layouts/header/default", title: header_title
|
|
= render 'layouts/page', sidebar: sidebar, nav: nav
|
|
|
|
= yield :scripts_body
|
|
|
|
= render 'peek/bar'
|