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-09-11 11:44:42 -04:00
|
|
|
%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 } }
|
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-09-06 06:58:24 -04:00
|
|
|
= render "layouts/header/default"
|
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
|