Sha256: 5b6fc58e5115a2e12b3e57f2333d9b4b80e0ca19ae4da0f7a477a708d317ab41
Contents?: true
Size: 1.14 KB
Versions: 175
Compression:
Stored size: 1.14 KB
Contents
= content_for(:actions) do = link_to t("edit_record.link_title"), edit_patient_transplants_donation_path(patient, donation), class: "button" = within_patient_layout(title: "Transplant Donation", breadcrumbs: donor_summary_breadcrumb(patient)) do - return unless donation .document-view = render "renalware/shared/attributes_group", legend: "Recipient", destination: "recipient", models: { donation => [:recipient, :relationship_with_recipient, :relationship_with_recipient_other, :blood_group_compatibility, :mismatch_grade, :paired_pooled_donation] } = render "renalware/shared/attributes_group", legend: "Admin", destination: "admin", models: { donation => [:state, :volunteered_on, :first_seen_on, :workup_completed_on, :donated_on, :notes] }
Version data entries
175 entries across 175 versions & 1 rubygems