summaryrefslogtreecommitdiff
path: root/app/views/layouts/navless.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/navless.html.haml')
-rw-r--r--app/views/layouts/navless.html.haml7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/views/layouts/navless.html.haml b/app/views/layouts/navless.html.haml
deleted file mode 100644
index 10a0fcea2f8..00000000000
--- a/app/views/layouts/navless.html.haml
+++ /dev/null
@@ -1,7 +0,0 @@
-!!! 5
-%html{ lang: "en"}
- = render "layouts/head", title: @title
- %body{class: "#{app_theme} application", :'data-page' => body_data_page}
- = render "layouts/broadcast"
- = render "layouts/head_panel", title: defined?(@title_url) ? link_to(@title, @title_url) : @title
- = render 'layouts/page'