Sha256: 104ce8a397b9cd90ca61d04cf9a2fb8529fc79a86b73e821723c9b4776c1f029

Contents?: true

Size: 1.04 KB

Versions: 9

Compression:

Stored size: 1.04 KB

Contents

= content_for(:actions) do
  = render "page_actions",
           patient: patient,
           recipient_workup: recipient_workup,
           registration: registration

= within_patient_layout(title: "Transplant Recipient Summary") do

  -unless recipient_workup.new_record?
    = render "renalware/transplants/recipient_workups/summary",
              patient: patient,
              recipient_workup: recipient_workup

  -unless registration.new_record?
    = render "renalware/transplants/registrations/summary",
             patient: patient,
             registration: registration

  - unless registration.new_record?
    = render "renalware/transplants/registration_statuses/list",
             patient: patient,
             registration: registration

  - if donations.any?
    = render "renalware/transplants/donations/recipient_list",
             donations: donations

  - if recipient_operations.any?
    = render "renalware/transplants/recipient_operations/list",
             patient: patient,
             recipient_operations: recipient_operations

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta12 app/views/renalware/transplants/recipient_dashboards/show.html.slim
renalware-core-2.0.0.pre.beta11 app/views/renalware/transplants/recipient_dashboards/show.html.slim
renalware-core-2.0.0.pre.beta10 app/views/renalware/transplants/recipient_dashboards/show.html.slim
renalware-core-2.0.0.pre.beta9 app/views/renalware/transplants/recipient_dashboards/show.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/transplants/recipient_dashboards/show.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/transplants/recipient_dashboards/show.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/transplants/recipient_dashboards/show.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/transplants/recipient_dashboards/show.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/transplants/recipient_dashboards/show.html.slim