Sha256: 3cbdbced89eeb9a54afb135e5e111d81cf8299ad516801f35ae61ab6f6d13898

Contents?: true

Size: 673 Bytes

Versions: 177

Compression:

Stored size: 673 Bytes

Contents

article.status-history
  header
    h2 Potential Live Donors
  .row
    .large-12.columns
      table
        thead
          th Name
          th Relation
          th State
        tbody
          - donations.each do |donation|
            tr
              td= link_to patient_transplants_donor_dashboard_path(donation.patient) do
                  = donation.patient.to_s(:long)
              td
                = donation.relationship_with_recipient.try(:text)
                - if donation.relationship_with_recipient_other.present?
                  br
                  = "(#{donation.relationship_with_recipient_other})"
              td= donation.state.try(:text)

Version data entries

177 entries across 177 versions & 1 rubygems

Version Path
renalware-core-2.0.127 app/views/renalware/transplants/donations/_recipient_list.html.slim
renalware-core-2.0.126 app/views/renalware/transplants/donations/_recipient_list.html.slim
renalware-core-2.0.125 app/views/renalware/transplants/donations/_recipient_list.html.slim
renalware-core-2.0.124 app/views/renalware/transplants/donations/_recipient_list.html.slim
renalware-core-2.0.123 app/views/renalware/transplants/donations/_recipient_list.html.slim
renalware-core-2.0.121 app/views/renalware/transplants/donations/_recipient_list.html.slim
renalware-core-2.0.120 app/views/renalware/transplants/donations/_recipient_list.html.slim
renalware-core-2.0.119 app/views/renalware/transplants/donations/_recipient_list.html.slim
renalware-core-2.0.118 app/views/renalware/transplants/donations/_recipient_list.html.slim
renalware-core-2.0.117 app/views/renalware/transplants/donations/_recipient_list.html.slim
renalware-core-2.0.116 app/views/renalware/transplants/donations/_recipient_list.html.slim
renalware-core-2.0.115 app/views/renalware/transplants/donations/_recipient_list.html.slim
renalware-core-2.0.113 app/views/renalware/transplants/donations/_recipient_list.html.slim
renalware-core-2.0.112 app/views/renalware/transplants/donations/_recipient_list.html.slim
renalware-core-2.0.111 app/views/renalware/transplants/donations/_recipient_list.html.slim
renalware-core-2.0.110 app/views/renalware/transplants/donations/_recipient_list.html.slim
renalware-core-2.0.109 app/views/renalware/transplants/donations/_recipient_list.html.slim
renalware-core-2.0.108 app/views/renalware/transplants/donations/_recipient_list.html.slim
renalware-core-2.0.106 app/views/renalware/transplants/donations/_recipient_list.html.slim
renalware-core-2.0.105 app/views/renalware/transplants/donations/_recipient_list.html.slim