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.13 | test/javascripts/fixtures/form.html.haml |
workarea-storefront-3.4.12 | test/javascripts/fixtures/form.html.haml |