summaryrefslogtreecommitdiff
path: root/app/views/layouts/_recaptcha_verification.html.haml
blob: e6f87ddd383294e3873e2544a4b2dc8651971ef5 (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."}

= render 'shared/recaptcha_form', spammable: spammable