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/devise.html.haml')
-rw-r--r--app/views/layouts/devise.html.haml35
1 files changed, 0 insertions, 35 deletions
diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml
deleted file mode 100644
index 6f805f1c9d1..00000000000
--- a/app/views/layouts/devise.html.haml
+++ /dev/null
@@ -1,35 +0,0 @@
-!!! 5
-%html{ lang: "en"}
- = render "layouts/head"
- %body.ui_mars.login-page.application
- = render "layouts/broadcast"
- = render "layouts/public_head_panel", title: ''
- .container.navless-container
- .content
- = render "layouts/flash"
- .row.prepend-top-20
- .col-sm-5.pull-right
- = yield
- .col-sm-7.brand-holder.pull-left
- %h1
- = brand_title
- - if brand_item
- = brand_image
- = brand_text
- - else
- %h3 Open source software to collaborate on code
-
- %p
- Manage git repositories with fine grained access controls that keep your code secure.
- Perform code reviews and enhance collaboration with merge requests.
- Each project can also have an issue tracker and a wiki.
-
- - if extra_sign_in_text.present?
- = markdown(extra_sign_in_text)
-
- %hr
- .container
- .footer-links
- = link_to "Explore", explore_root_path
- = link_to "Documentation", "http://doc.gitlab.com/"
- = link_to "About GitLab", "https://about.gitlab.com/"