Commit 5df79d54 authored by Phil Hughes's avatar Phil Hughes

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

Resolve CE/EE diffs in signup_box

Closes gitlab-ee#11047

See merge request gitlab-org/gitlab-ce!28336
parents 3d2edaac 3e81218d
......@@ -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
......
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