summaryrefslogtreecommitdiff
path: root/app/views/layouts/projects.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/projects.html.haml')
-rw-r--r--app/views/layouts/projects.html.haml7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/views/layouts/projects.html.haml b/app/views/layouts/projects.html.haml
deleted file mode 100644
index dde0964f47f..00000000000
--- a/app/views/layouts/projects.html.haml
+++ /dev/null
@@ -1,7 +0,0 @@
-!!! 5
-%html{ lang: "en"}
- = render "layouts/head", title: project_head_title
- %body{class: "#{app_theme} project", :'data-page' => body_data_page, :'data-project-id' => @project.id }
- = render "layouts/head_panel", title: project_title(@project)
- = render "layouts/init_auto_complete"
- = render 'layouts/page', sidebar: 'layouts/nav/project'