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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-02-13 12:08:52 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-13 12:08:52 +0300
commitf0707f413ce49b5712fca236b950acbec029be1e (patch)
treee28b49d89d4cf2422ee0066600c0ea045dcf7669 /app/views/devise
parent31a49d924418aa9983ae30be28e6e304a30939e1 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/devise')
-rw-r--r--app/views/devise/registrations/new.html.haml15
-rw-r--r--app/views/devise/shared/_experimental_separate_sign_up_flow_box.html.haml1
2 files changed, 12 insertions, 4 deletions
diff --git a/app/views/devise/registrations/new.html.haml b/app/views/devise/registrations/new.html.haml
index 5f85235e8fa..232dffa28b4 100644
--- a/app/views/devise/registrations/new.html.haml
+++ b/app/views/devise/registrations/new.html.haml
@@ -1,7 +1,16 @@
- page_title "Sign up"
- if experiment_enabled?(:signup_flow)
- = render 'devise/shared/experimental_separate_sign_up_flow_box'
+ .row
+ .col-lg-7
+ %h1.mb-3.font-weight-bold.text-6.mt-0
+ = _("Speed up your DevOps<br>with GitLab").html_safe
+ %p.text-3
+ = _("GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security.")
+ .col-lg-5.order-12
+ .text-center.mb-3
+ %h2.font-weight-bold.gl-font-size-20= _('Register for GitLab')
+ = render 'devise/shared/experimental_separate_sign_up_flow_box'
+ = render 'devise/shared/sign_in_link'
- else
= render 'devise/shared/signup_box'
-
-= render 'devise/shared/sign_in_link'
+ = render 'devise/shared/sign_in_link'
diff --git a/app/views/devise/shared/_experimental_separate_sign_up_flow_box.html.haml b/app/views/devise/shared/_experimental_separate_sign_up_flow_box.html.haml
index 7de7dec61b0..7bc3042c94d 100644
--- a/app/views/devise/shared/_experimental_separate_sign_up_flow_box.html.haml
+++ b/app/views/devise/shared/_experimental_separate_sign_up_flow_box.html.haml
@@ -1,4 +1,3 @@
-- content_for(:page_title, _('Register for GitLab'))
- max_first_name_length = max_last_name_length = 127
- max_username_length = 255
.signup-box.p-3.mb-2