Commit e7bc3f2a authored by Phil Hughes's avatar Phil Hughes

Merge branch 'signup-box-scb' into 'master'

Resolve CE/EE diffs in signup_box

Closes #11047

See merge request gitlab-org/gitlab-ee!12730
parents 5c636b15 a5f4e2fb
......@@ -29,7 +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 'devise/shared/ee/email_opted_in', f: f
= render_if_exists 'devise/shared/email_opted_in', f: f
%div
- if Gitlab::Recaptcha.enabled?
= recaptcha_tags
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment