Sha256: 27e9e21b5ecc09ab5bfebfdd082773bc7b7ba660379ebab6517dfebd32c5532d

Contents?: true

Size: 314 Bytes

Versions: 4

Compression:

Stored size: 314 Bytes

Contents

label.form-label
  = simple_captcha_options[:label]
.input_image_block
  .image
    = simple_captcha_options[:image]
  .input
    = simple_captcha_options[:field]

- unless simple_captcha_options[:error_messages].blank?
  .errors_black
    - simple_captcha_options[:error_messages].each do |m|
      span.error= m

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
enjoy_cms-0.2.0.2 app/views/simple_captcha/_simple_captcha.html.slim
enjoy_cms-0.2.0.1.beta app/views/simple_captcha/_simple_captcha.html.slim
enjoy_cms-0.2.0.beta app/views/simple_captcha/_simple_captcha.html.slim
enjoy_cms-0.1.0.beta1 app/views/simple_captcha/_simple_captcha.html.slim