Sha256: 16bd0a45d762f09c210e7ea91daf04075a60c5a225fc62f5e7024f6003330380

Contents?: true

Size: 970 Bytes

Versions: 16

Compression:

Stored size: 970 Bytes

Contents

= content_for(:actions) do
  = link_to t("edit_record.link_title"),
            edit_patient_transplants_recipient_operation_path(patient, recipient_operation),
            class: "button"

= within_patient_layout(title: "Recipient Operation",
                        breadcrumbs: recipient_summary_breadcrumb(patient)) do
  - return unless recipient_operation

  .edit_timestamp= render "renalware/shared/last_update", record: recipient_operation

  .document-view
    .mgrid
      .row
        = render "operation", recipient_operation: recipient_operation

        = render "recipient", recipient_operation: recipient_operation

        - ["Donor", "Cadaveric Donor", "Donor Specific Antibodies", "BK Virus"].each do |group|
          = render "renalware/shared/documents/attributes_group",
              group: recipient_operation.document.public_send(group.parameterize(separator: "_")),
              legend: group, destination: group.parameterize(separator: "_")

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
renalware-core-2.0.167 app/views/renalware/transplants/recipient_operations/show.html.slim
renalware-core-2.0.166 app/views/renalware/transplants/recipient_operations/show.html.slim
renalware-core-2.0.165 app/views/renalware/transplants/recipient_operations/show.html.slim
renalware-core-2.0.164 app/views/renalware/transplants/recipient_operations/show.html.slim
renalware-core-2.0.163 app/views/renalware/transplants/recipient_operations/show.html.slim
renalware-core-2.0.162 app/views/renalware/transplants/recipient_operations/show.html.slim
renalware-core-2.0.161 app/views/renalware/transplants/recipient_operations/show.html.slim
renalware-core-2.0.160 app/views/renalware/transplants/recipient_operations/show.html.slim
renalware-core-2.0.159 app/views/renalware/transplants/recipient_operations/show.html.slim
renalware-core-2.0.158 app/views/renalware/transplants/recipient_operations/show.html.slim
renalware-core-2.0.157 app/views/renalware/transplants/recipient_operations/show.html.slim
renalware-core-2.0.156 app/views/renalware/transplants/recipient_operations/show.html.slim
renalware-core-2.0.155 app/views/renalware/transplants/recipient_operations/show.html.slim
renalware-core-2.0.153 app/views/renalware/transplants/recipient_operations/show.html.slim
renalware-core-2.0.152 app/views/renalware/transplants/recipient_operations/show.html.slim
renalware-core-2.0.151 app/views/renalware/transplants/recipient_operations/show.html.slim