Sha256: b2c08c121106842decc88ca1484916f9a3515c77e645124db26f7e5301c23822
Contents?: true
Size: 831 Bytes
Versions: 18
Compression:
Stored size: 831 Bytes
Contents
= within_patient_layout(title: "Update Donor Stage", breadcrumbs: donor_summary_breadcrumb(patient)) do = simple_form_for stage, url: patient_transplants_donor_stage_path(patient), html: { autocomplete: :off }, as: :donor_stage, wrapper: "horizontal_form" do |f| = f.association :stage_position, wrapper: :horizontal_small = f.association :stage_status, wrapper: :horizontal_small = f.input :started_on, as: :date_picker, wrapper: :horizontal_datepicker = f.input :notes, input_html: { rows: 6 }, wrapper: :horizontal_medium = f.submit "Save", class: "button" ' or = link_to "cancel", patient_transplants_donor_dashboard_path(patient)
Version data entries
18 entries across 18 versions & 1 rubygems