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:
authorAsh McKenzie <amckenzie@gitlab.com>2019-06-26 01:32:54 +0300
committerThong Kuah <tkuah@gitlab.com>2019-06-26 01:32:54 +0300
commit15e9aced75319e6e2b48f4b19fcba1346103f772 (patch)
tree6ff0d9fa36aa2e67e565147fd5105f90fe5a6a11 /app/views/devise
parent87b468c254e3e1e3b6b1d86e003f1f90a39935a2 (diff)
New RecaptchaExperimentHelper modules
RecaptchaExperimentHelper contains helper methods to assist in the controller and view layers.
Diffstat (limited to 'app/views/devise')
-rw-r--r--app/views/devise/shared/_signup_box.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/devise/shared/_signup_box.html.haml b/app/views/devise/shared/_signup_box.html.haml
index eae3ee6339f..034273558bb 100644
--- a/app/views/devise/shared/_signup_box.html.haml
+++ b/app/views/devise/shared/_signup_box.html.haml
@@ -33,7 +33,7 @@
= accept_terms_label.html_safe
= render_if_exists 'devise/shared/email_opted_in', f: f
%div
- - if Gitlab::Recaptcha.enabled?
+ - if show_recaptcha_sign_up?
= recaptcha_tags
.submit-container
= f.submit _("Register"), class: "btn-register btn qa-new-user-register-button"