summaryrefslogtreecommitdiff
path: root/app/views/layouts/ci/project.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/ci/project.html.haml')
-rw-r--r--app/views/layouts/ci/project.html.haml11
1 files changed, 0 insertions, 11 deletions
diff --git a/app/views/layouts/ci/project.html.haml b/app/views/layouts/ci/project.html.haml
deleted file mode 100644
index 15478c3f5bc..00000000000
--- a/app/views/layouts/ci/project.html.haml
+++ /dev/null
@@ -1,11 +0,0 @@
-!!! 5
-%html{ lang: "en"}
- = render 'layouts/head'
- %body{class: "ci-body #{user_application_theme}", 'data-page' => body_data_page}
- - header_title @project.name, ci_project_path(@project)
- - if current_user
- = render "layouts/header/default", title: header_title
- - else
- = render "layouts/header/public", title: header_title
-
- = render 'layouts/ci/page', sidebar: 'nav_project'