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