Sha256: 167bad59c30e4604cc3d88f039d9bb112ac5bbbedddc9c0f59be10bd8a65402f

Contents?: true

Size: 969 Bytes

Versions: 159

Compression:

Stored size: 969 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
    .grid
      .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

159 entries across 159 versions & 1 rubygems

Version Path
renalware-core-2.0.149 app/views/renalware/transplants/recipient_operations/show.html.slim
renalware-core-2.0.148 app/views/renalware/transplants/recipient_operations/show.html.slim
renalware-core-2.0.147 app/views/renalware/transplants/recipient_operations/show.html.slim
renalware-core-2.0.146 app/views/renalware/transplants/recipient_operations/show.html.slim
renalware-core-2.0.145 app/views/renalware/transplants/recipient_operations/show.html.slim
renalware-core-2.0.144 app/views/renalware/transplants/recipient_operations/show.html.slim
renalware-core-2.0.143 app/views/renalware/transplants/recipient_operations/show.html.slim
renalware-core-2.0.142 app/views/renalware/transplants/recipient_operations/show.html.slim
renalware-core-2.0.141 app/views/renalware/transplants/recipient_operations/show.html.slim
renalware-core-2.0.140 app/views/renalware/transplants/recipient_operations/show.html.slim
renalware-core-2.0.139 app/views/renalware/transplants/recipient_operations/show.html.slim
renalware-core-2.0.138 app/views/renalware/transplants/recipient_operations/show.html.slim
renalware-core-2.0.137 app/views/renalware/transplants/recipient_operations/show.html.slim
renalware-core-2.0.136 app/views/renalware/transplants/recipient_operations/show.html.slim
renalware-core-2.0.135 app/views/renalware/transplants/recipient_operations/show.html.slim
renalware-core-2.0.134 app/views/renalware/transplants/recipient_operations/show.html.slim
renalware-core-2.0.133 app/views/renalware/transplants/recipient_operations/show.html.slim
renalware-core-2.0.132 app/views/renalware/transplants/recipient_operations/show.html.slim
renalware-core-2.0.131 app/views/renalware/transplants/recipient_operations/show.html.slim
renalware-core-2.0.130 app/views/renalware/transplants/recipient_operations/show.html.slim