Sha256: a2223309b329475895a0760960e67e4f6c0f12401e5e482cc652be8cac04514e
Contents?: true
Size: 204 Bytes
Versions: 1
Compression:
Stored size: 204 Bytes
Contents
= simple_form_for [:admin, @survey, @version] do |f| = f.input :notes = f.input :session_report, as: :text, input_html: { cols: 60, rows: 10 } = f.submit t('shared.save'), class: 'btn btn-success'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
helena-0.3.3 | app/views/helena/admin/versions/_form.html.haml |