Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_recaptcha_verification.html.haml « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3405fb9d5eff309d36a582e3035e7c031f799dc2 (plain)
1
2
3
4
5
6
7
8
9
10
- humanized_resource_name = spammable.class.model_name.human.downcase

%h3.page-title
  = _('Anti-spam verification')
%hr

%p
  = _("We detected potential spam in the %{humanized_resource_name}. Please solve the reCAPTCHA to proceed.") % { humanized_resource_name: humanized_resource_name }

= render 'shared/recaptcha_form', spammable: spammable