Sha256: 79e5cc26f980f0d1098ba13c17c5d1520570a5995e77c115259b59cbeb5a0e56
Contents?: true
Size: 441 Bytes
Versions: 20
Compression:
Stored size: 441 Bytes
Contents
= f.input :name, label: t('vouchers.fields.name') = f.input :date_from, label: t('vouchers.fields.date_from'), as: 'datepicker' = f.input :date_to, label: t('vouchers.fields.date_to'), as: 'datepicker' = f.input :photo, label: t('vouchers.fields.photo'), as: :file = f.input :rules, label: t('vouchers.fields.rules'), as: :text, input_html: {class: 'niceditor'} = f.input :partner_photo, label: t('vouchers.fields.partner_photo'), as: :file
Version data entries
20 entries across 20 versions & 2 rubygems