Sha256: db5e1337ae44469f337d86c183e4ad24d8f6acbb4fd8854e1704d48c8f0777a9
Contents?: true
Size: 379 Bytes
Versions: 11
Compression:
Stored size: 379 Bytes
Contents
= f.input :diagnosis_date, as: :date_picker, label: "Diagnosed on", wrapper: :horizontal_datepicker = f.input :outcome, as: :text, html_input: { cols: 50, rows: 6 }, wrapper: :horizontal_large = f.input :treatment, as: :text, html_input: { cols: 50, rows: 6 }, wrapper: :horizontal_large = f.input :notes, as: :text, html_input: { cols: 50, rows: 6 }, wrapper: :horizontal_large
Version data entries
11 entries across 11 versions & 1 rubygems