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.5.27 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.5.26 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.4.45 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.5.25 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.5.23 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.4.44 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.5.22 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.4.43 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.5.21 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.4.42 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.5.20 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.4.41 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.5.19 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.4.40 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.5.18 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.4.39 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.5.17 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.4.38 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.5.16 test/javascripts/fixtures/form.html.haml
workarea-storefront-3.4.37 test/javascripts/fixtures/form.html.haml