debian-mirror-gitlab/app/views/layouts/_recaptcha_verification.html.haml

11 lines
347 B
Text
Raw Normal View History

2017-08-17 22:00:37 +05:30
- humanized_resource_name = spammable.class.model_name.human.downcase
%h3.page-title
2018-11-18 11:00:15 +05:30
= _('Anti-spam verification')
2017-08-17 22:00:37 +05:30
%hr
%p
2018-11-18 11:00:15 +05:30
= _("We detected potential spam in the %{humanized_resource_name}. Please solve the reCAPTCHA to proceed.") % { humanized_resource_name: humanized_resource_name }
2017-08-17 22:00:37 +05:30
2018-03-17 18:26:18 +05:30
= render 'shared/recaptcha_form', spammable: spammable