Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/ci/empty.html.haml')
-rw-r--r--app/views/layouts/ci/empty.html.haml13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/views/layouts/ci/empty.html.haml b/app/views/layouts/ci/empty.html.haml
new file mode 100644
index 00000000000..a36ebee7ef3
--- /dev/null
+++ b/app/views/layouts/ci/empty.html.haml
@@ -0,0 +1,13 @@
+!!! 5
+%html{ lang: "en"}
+ = render 'layouts/ci/head'
+ %body{ :'data-page' => body_data_page }
+ = render 'layouts/ci/info'
+ - if content_for?(:title)
+ .container.container-title
+ = yield(:title)
+ %hr
+
+ .container.container-body
+ = yield
+