Sha256: b72a67026767d65164929ff3fafb067612ab398e1f38b455756944d8210b5820
Contents?: true
Size: 838 Bytes
Versions: 157
Compression:
Stored size: 838 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" span= " or " = link_to "cancel", patient_transplants_donor_dashboard_path(patient)
Version data entries
157 entries across 157 versions & 1 rubygems