Sha256: a6cce79c42685a892c9166fb2b627aa27c26a8cd797172e60043a32564388cd4

Contents?: true

Size: 342 Bytes

Versions: 1

Compression:

Stored size: 342 Bytes

Contents

= b.title t(:enter_captcha)
- b.form_tag action: request.path do |f|
  = f.line tag(:div, '', id: :dynamic_recaptcha)

  - request.raw_params.each do |k, v|
    - next if %w(format recaptcha_challenge_field recaptcha_response_field).include?(k)
    - next unless v.is_a? String
    = hidden_field_tag k, v

  = f.line ok_button, cancel_button

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rad_kit-0.0.10 app/views/kit/captcha/_form.html.haml