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/simple_registration.html.haml')
-rw-r--r--app/views/layouts/simple_registration.html.haml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/views/layouts/simple_registration.html.haml b/app/views/layouts/simple_registration.html.haml
new file mode 100644
index 00000000000..dc7ec25c96e
--- /dev/null
+++ b/app/views/layouts/simple_registration.html.haml
@@ -0,0 +1,10 @@
+!!! 5
+%html{ lang: "en" }
+ = render "layouts/head"
+ %body.login-page.application.navless{ class: user_application_theme, data: { page: body_data_page } }
+ = render "layouts/header/logo_with_title"
+ = render "layouts/broadcast"
+ .container.navless-container.pt-0
+ .content.mw-460.mx-auto
+ = render "layouts/flash"
+ = yield