Sha256: 9e01bd71b3a08a7ef554d78ad208738b7b2386241b2d8e234750aef0622ed07f

Contents?: true

Size: 381 Bytes

Versions: 62

Compression:

Stored size: 381 Bytes

Contents

%form
  .property#required_property
    .value= text_field_tag 'required_input', nil, required: true
  .property#text_box_property
    .value= text_field_tag 'text_box', nil, required: true, class: 'text-box'
  .property#preexisting_error
    .value
      = text_field_tag 'text_box_with_error', nil, required: true, class: 'text-box'
      %span.value__error Error
  = submit_tag

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-storefront-3.4.27 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.5.4 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.4.26 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.5.3 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.4.25 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.5.2 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.4.24 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.5.1 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.4.23 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.4.22 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.5.0 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.4.21 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.5.0.beta.1 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.4.20 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.4.19 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.4.18 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.4.17 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.4.16 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.4.15 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.4.14 test/javascripts/fixtures/form.html.haml