2017-02-14 14:07:11 -05:00
|
|
|
- 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."}
|
|
|
|
|
2017-12-08 07:26:39 -05:00
|
|
|
= render 'shared/recaptcha_form', spammable: spammable
|