11 lines
420 B
Text
11 lines
420 B
Text
!!! 5
|
|
%html{ lang: "en", class: "#{page_class}" }
|
|
= render "layouts/head"
|
|
%body{ data: { page: body_data_page, project: "#{@project.path if @project}", group: "#{@group.path if @group}" } }
|
|
= Gon::Base.render_data
|
|
|
|
= render "layouts/header/default", title: header_title
|
|
= render 'layouts/page', sidebar: sidebar, nav: nav
|
|
|
|
= yield :scripts_body
|
|
= render "layouts/init_auto_complete" if @gfm_form
|