Sha256: 591f795c403042050baf51d726a01bbc49a825c3852624407277c60d486f08f2
Contents?: true
Size: 746 Bytes
Versions: 166
Compression:
Stored size: 746 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 = f.input :recurrent, as: :inline_radio_buttons, wrapper: :horizontal_small = f.input :cleared, as: :inline_radio_buttons, wrapper: :horizontal_small = f.input :catheter_removed, as: :inline_radio_buttons, wrapper: :horizontal_small = f.input :clinical_presentation, as: :check_boxes, boolean_style: :inline, wrapper: :horizontal_medium
Version data entries
166 entries across 166 versions & 1 rubygems