Sha256: f8f1904144f90423636b5088837fd3c902dd986e5985198362b728422c0f8b9a
Contents?: true
Size: 482 Bytes
Versions: 14
Compression:
Stored size: 482 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 = label_tag 'textarea_control_2', 'C' = text_area_tag 'textarea_control_2', "Textarea control line 1\nTextarea control line 2\n"
Version data entries
14 entries across 14 versions & 1 rubygems