Sha256: 52e6a6cf12afe8ed424fd0c2db1ab0d4f630391718e893066f7ac09f71be4571

Contents?: true

Size: 654 Bytes

Versions: 21

Compression:

Stored size: 654 Bytes

Contents

= form_tag do
  .form-group.field_with_errors
    = label_tag 'text_control', 'A is invalid'
    = text_field_tag 'text_control', 'Text control value'
  .form-group.field_with_errors
    = label_tag 'textarea_control_1', 'B is invalid'
    = text_area_tag 'textarea_control_1', "Textarea control line 1\nTextarea control line 2\n"
  .form-group.field_with_errors
    = label_tag 'disabled_control', 'Disabled is invalid'
    = text_field_tag 'disabled_control', "Disabled control value", disabled: true
  .form-group
    = label_tag 'textarea_control_2', 'C'
    = text_area_tag 'textarea_control_2', "Textarea control line 1\nTextarea control line 2\n"

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
spreewald-3.0.0 tests/shared/app/views/forms/invalid_form.html.haml