Sha256: 6876fce39a8617f5b0dd7001c0ecd6260698025ac45b52382feec920f75e9860
Contents?: true
Size: 928 Bytes
Versions: 2
Compression:
Stored size: 928 Bytes
Contents
basket[:warnings] << :recaptcha_config_issues def recaptcha_config_issues? RecaptchaCard.using_defaults? end format :html do def recaptcha_config_issues_message wrap_with :p do if Card::Env.localhost? # %(Your captcha is currently working with temporary settings. # This is fine for a local installation, but you will need new # recaptcha keys if you want to make this site public.) t :recaptcha_captcha_temp, recaptcha_link: add_recaptcha_keys_link else # %(You are configured to use [[*captcha]], but for that to work # you need new recaptcha keys.) t :recaptcha_captcha_keys, recaptcha_link: add_recaptcha_keys_link, captcha_link: link_to_card(:captcha) end end end def add_recaptcha_keys_link Card[:recaptcha_settings]&.format&.edit_link link_text: t(:recaptcha_captcha_keys) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
card-mod-recaptcha-0.13.4 | set/self/admin_info.rb |
card-mod-recaptcha-0.13.3 | set/self/admin_info.rb |