Sha256: 04fca97b14c349957f2f7fb9e69dacb5aa8100233ed4d188b851e18660537ad4
Contents?: true
Size: 461 Bytes
Versions: 9
Compression:
Stored size: 461 Bytes
Contents
= form_tag do .form-group.field_with_errors = label_tag 'text_control', 'Text control' = text_field_tag 'text_control', 'Text control value' .form-group.field_with_errors = label_tag 'textarea_control', 'Textarea control' = text_area_tag 'textarea_control', "Textarea control line 1\nTextarea control line 2\n" .form-group = label_tag 'empty_textarea_control', 'Empty textarea control' = text_area_tag 'empty_textarea_control', ""
Version data entries
9 entries across 9 versions & 1 rubygems