Commit a5f4e2fb authored by Luke Bennett's avatar Luke Bennett

Resolve CE/EE diffs in signup_box

Part of single codebase changes.
parent 7dc29e9c
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
- terms_link = link_to s_("I accept the|Terms of Service and Privacy Policy"), terms_path, target: "_blank" - 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 = _("I accept the %{terms_link}") % { terms_link: terms_link }
= accept_terms_label.html_safe = 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 %div
- if Gitlab::Recaptcha.enabled? - if Gitlab::Recaptcha.enabled?
= recaptcha_tags = 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