summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2019-05-15 17:12:51 +0100
committerLuke Bennett <lbennett@gitlab.com>2019-05-15 17:12:51 +0100
commit3e81218d7b230de0815618e4bcc22c44711228c4 (patch)
tree451cc186510d5d312afb6b017b457202af307854
parent9353339ca639f47d8c1fee151e76abc0acd3b077 (diff)
downloadgitlab-ce-signup-box-scb.tar.gz
Resolve CE/EE diffs in signup_boxsignup-box-scb
Part of single codebase changes.
-rw-r--r--app/views/devise/shared/_signup_box.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/devise/shared/_signup_box.html.haml b/app/views/devise/shared/_signup_box.html.haml
index 9c7ca6ebbd4..427db070253 100644
--- a/app/views/devise/shared/_signup_box.html.haml
+++ b/app/views/devise/shared/_signup_box.html.haml
@@ -29,6 +29,7 @@
- terms_link = link_to s_("I accept the|Terms of Service and Privacy Policy"), terms_path, target: "_blank"
- accept_terms_label = _("I accept the %{terms_link}") % { terms_link: terms_link }
= accept_terms_label.html_safe
+ = render_if_exists 'devise/shared/email_opted_in', f: f
%div
- if Gitlab::Recaptcha.enabled?
= recaptcha_tags