2012-02-09 02:59:04 -05:00
|
|
|
!!! 5
|
2017-07-31 04:07:51 -04:00
|
|
|
%html{ lang: I18n.locale, class: page_class }
|
2015-04-30 13:06:18 -04:00
|
|
|
= render "layouts/head"
|
2017-07-13 10:23:55 -04:00
|
|
|
%body{ class: @body_class, data: { page: body_data_page, project: "#{@project.path if @project}", group: "#{@group.path if @group}", find_file: find_file_path } }
|
2017-05-16 14:42:06 -04:00
|
|
|
= render "layouts/init_auto_complete" if @gfm_form
|
2017-07-31 04:07:51 -04:00
|
|
|
= render 'peek/bar'
|
2017-06-16 06:31:39 -04:00
|
|
|
- if show_new_nav?
|
|
|
|
= render "layouts/header/new"
|
|
|
|
- else
|
|
|
|
= render "layouts/header/default", title: header_title
|
2016-04-19 14:05:30 -04:00
|
|
|
= render 'layouts/page', sidebar: sidebar, nav: nav
|
2015-06-02 08:56:50 -04:00
|
|
|
|
|
|
|
= yield :scripts_body
|