2014-09-02 18:07:02 +05:30
|
|
|
!!! 5
|
|
|
|
%html{ lang: "en"}
|
|
|
|
= render "layouts/head", title: @project.name_with_namespace
|
2015-04-26 12:48:37 +05:30
|
|
|
%body{class: "#{app_theme} application", :'data-page' => body_data_page}
|
2014-09-02 18:07:02 +05:30
|
|
|
= render "layouts/public_head_panel", title: project_title(@project)
|
2015-04-26 12:48:37 +05:30
|
|
|
= render 'layouts/page', sidebar: 'layouts/nav/project'
|