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.haml11
1 files changed, 0 insertions, 11 deletions
diff --git a/app/views/layouts/simple_registration.html.haml b/app/views/layouts/simple_registration.html.haml
deleted file mode 100644
index a68941b031f..00000000000
--- a/app/views/layouts/simple_registration.html.haml
+++ /dev/null
@@ -1,11 +0,0 @@
-!!! 5
-%html{ lang: "en" }
- = render "layouts/head"
- - add_page_specific_style 'page_bundles/login'
- %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