Sha256: 7bbe7a7fdd8c8a6ac91772e8a7a3903ed4b42a160d8fb29d9cc42966e481fc6d
Contents?: true
Size: 375 Bytes
Versions: 116
Compression:
Stored size: 375 Bytes
Contents
= form_tag do = label_tag 'text_control', 'Text control' = text_field_tag 'text_control', 'Text control value' = label_tag 'textarea_control', 'Textarea control' = text_area_tag 'textarea_control', "Textarea control line 1\nTextarea control line 2\n" = label_tag 'empty_textarea_control', 'Empty textarea control' = text_area_tag 'empty_textarea_control', ""
Version data entries
116 entries across 116 versions & 1 rubygems