10 lines
283 B
Text
10 lines
283 B
Text
- 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
|