Sha256: b04880920132cf5691d9aeb54a2f86c2cef0defd8072e568a8f423a96e19fd3c
Contents?: true
Size: 379 Bytes
Versions: 2
Compression:
Stored size: 379 Bytes
Contents
p Column = text_field_tag 'column[]', '', class: 'form-control', placeholder: 'Column name...', pattern: '^[A-Za-z_]{1,150}$', title: 'Remove numbers, or non english words' p Type = select_tag 'type[]', options_for_select(['String', 'Boolean', 'Integer', 'Text', 'Float', 'Decimal', 'Binary', 'Date', 'Time', 'DateTime'].map { |i| i }), { class: 'browser-default' } hr
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ryakuzu-0.3.0 | app/views/ryakuzu/tables/_input.html.slim |
ryakuzu-0.2.6 | app/views/ryakuzu/tables/_input.html.slim |