summaryrefslogtreecommitdiff
path: root/app/views/layouts/devise_experimental_separate_sign_up_flow.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/devise_experimental_separate_sign_up_flow.html.haml')
-rw-r--r--app/views/layouts/devise_experimental_separate_sign_up_flow.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/layouts/devise_experimental_separate_sign_up_flow.html.haml b/app/views/layouts/devise_experimental_separate_sign_up_flow.html.haml
index b10145b62af..2f05717fc0e 100644
--- a/app/views/layouts/devise_experimental_separate_sign_up_flow.html.haml
+++ b/app/views/layouts/devise_experimental_separate_sign_up_flow.html.haml
@@ -14,7 +14,8 @@
= render_if_exists 'layouts/devise_help_text'
.text-center.signup-heading.mt-3.mb-3
= image_tag(image_url('logo.svg'), class: 'gitlab-logo', alt: 'GitLab Logo')
- %h2= _('Register for GitLab.com')
+ - if content_for?(:page_title)
+ %h2= yield :page_title
= yield
%hr.footer-fixed
.footer-container