diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-07 17:31:12 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-07 17:31:12 +0300 |
commit | 3c2b085b2169be6f5880294bf95d27d4c899ae40 (patch) | |
tree | 83ea243cfbc60a618306d88f4109af09bbc5724f /app/views/layouts/navless.html.haml | |
parent | 96e8c6b7ed3f8caf63ca2ac52f844d414479801b (diff) | |
download | gitlab-ce-3c2b085b2169be6f5880294bf95d27d4c899ae40.tar.gz |
Use navless layout when it makes sense
Diffstat (limited to 'app/views/layouts/navless.html.haml')
-rw-r--r-- | app/views/layouts/navless.html.haml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/views/layouts/navless.html.haml b/app/views/layouts/navless.html.haml new file mode 100644 index 00000000000..47dece4a091 --- /dev/null +++ b/app/views/layouts/navless.html.haml @@ -0,0 +1,10 @@ +!!! 5 +%html{ lang: "en"} + = render "layouts/head", title: @title + %body{class: "#{app_theme} application"} + = render "layouts/head_panel", title: @title + = render "layouts/flash" + + .container.navless-container + .content + = yield |