Sha256: 19c43577f3ffb00f01be93702fd2da090bf827821af44aa289d7d6e50271f7cb

Contents?: true

Size: 1.15 KB

Versions: 168

Compression:

Stored size: 1.15 KB

Contents

article.status-history
  header
    h2 Donor Transplant Operations

  table
    thead
      th
      th.col-width-date Op Date
      th Kidney Side
      th Type of Nephrectomy on donor
      th Last Seen On
      th Followup
    tbody
      - donor_operations.each do |operation|
        tr
          td= link_to "Edit", edit_patient_transplants_donor_operation_path(patient, operation)
          td= link_to patient_transplants_donor_operation_path(patient, operation) do
              = l operation.performed_on
          td= operation.kidney_side.try(:text)
          td= operation.nephrectomy_type.try(:text)
          - if operation.followup
            td= l operation.followup.last_seen_on
            td
              = link_to "View",
                  patient_transplants_donor_operation_followup_path(patient, operation)
              = pipe_separator
              = link_to "Update",
                  edit_patient_transplants_donor_operation_followup_path(patient, operation)
          - else
            td
            td
              - url = new_patient_transplants_donor_operation_followup_path(patient, operation)
              = link_to "Enter details", url

Version data entries

168 entries across 168 versions & 1 rubygems

Version Path
renalware-core-2.0.166 app/views/renalware/transplants/donor_operations/_list.html.slim
renalware-core-2.0.165 app/views/renalware/transplants/donor_operations/_list.html.slim
renalware-core-2.0.164 app/views/renalware/transplants/donor_operations/_list.html.slim
renalware-core-2.0.163 app/views/renalware/transplants/donor_operations/_list.html.slim
renalware-core-2.0.162 app/views/renalware/transplants/donor_operations/_list.html.slim
renalware-core-2.0.161 app/views/renalware/transplants/donor_operations/_list.html.slim
renalware-core-2.0.160 app/views/renalware/transplants/donor_operations/_list.html.slim
renalware-core-2.0.159 app/views/renalware/transplants/donor_operations/_list.html.slim
renalware-core-2.0.158 app/views/renalware/transplants/donor_operations/_list.html.slim
renalware-core-2.0.157 app/views/renalware/transplants/donor_operations/_list.html.slim
renalware-core-2.0.156 app/views/renalware/transplants/donor_operations/_list.html.slim
renalware-core-2.0.155 app/views/renalware/transplants/donor_operations/_list.html.slim
renalware-core-2.0.153 app/views/renalware/transplants/donor_operations/_list.html.slim
renalware-core-2.0.152 app/views/renalware/transplants/donor_operations/_list.html.slim
renalware-core-2.0.151 app/views/renalware/transplants/donor_operations/_list.html.slim
renalware-core-2.0.149 app/views/renalware/transplants/donor_operations/_list.html.slim
renalware-core-2.0.148 app/views/renalware/transplants/donor_operations/_list.html.slim
renalware-core-2.0.147 app/views/renalware/transplants/donor_operations/_list.html.slim
renalware-core-2.0.146 app/views/renalware/transplants/donor_operations/_list.html.slim
renalware-core-2.0.145 app/views/renalware/transplants/donor_operations/_list.html.slim