debian-mirror-gitlab/app/views/layouts/navless.html.haml

11 lines
374 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
!!! 5
%html{ lang: "en"}
= render "layouts/head", title: @title
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/broadcast"
2015-04-26 12:48:37 +05:30
= render "layouts/head_panel", title: defined?(@title_url) ? link_to(@title, @title_url) : @title
2014-09-02 18:07:02 +05:30
.container.navless-container
.content
2015-04-26 12:48:37 +05:30
= render "layouts/flash"
2014-09-02 18:07:02 +05:30
= yield