Sha256: bd4cde7762d8448eddeed82bc4748d4f19baa22aa47e703f64d227c6487d0527
Contents?: true
Size: 1.07 KB
Versions: 8
Compression:
Stored size: 1.07 KB
Contents
format :html do def raw_help_text # LOCALIZE "Register your domain at Google's [[http://google.com/recaptcha|reCAPTCHA service]] "\ "and enter your site key and secret key below.<br>"\ "If you want to turn catchas off then change all [[*captcha|captcha rules]] to 'no'." end # def instructions title, steps # steps = list_tag steps, ordered: true # "#{title}#{steps}" # end # # <h5>#{instructions}</h5> # #{howto_add_keys} # #{howto_turn_captcha_off} # # def howto_add_new_recaptcha_keys # instructions t(:recaptcha_howto_add_keys), # [t(:recaptcha_howto_register, # recaptcha_link: link_to_resource("http://google.com/recaptcha")), # t(:recaptcha_howto_add, # recaptcha_settings: link_to_card(:recaptcha_settings))] # end # # def howto_turn_captcha_off # instructions t(:recaptcha_howto_turn_off), # [t(:recaptcha_howto_go, captcha_card: link_to_card(:captcha)), # t(:recaptcha_howto_update)] # end end
Version data entries
8 entries across 8 versions & 1 rubygems