Sha256: 6d7ee9a54396292ddc8dff9c4008c9431604d80b5c0bb8077be97c3e9d1c2bf8

Contents?: true

Size: 530 Bytes

Versions: 2

Compression:

Stored size: 530 Bytes

Contents

= render_if_exists "filters", search: q

table#patients.live-donors.columns
  thead
    tr
      th.col-width-medium= sort_link([:renalware, q], :family_name, t(".thead.patient_name"))
      th.col-width-nhs-no= t(".thead.nhs_number")
      th.col-width-reference-no= t(".thead.hospital_number")
      th= t(".stage.position")
      th= t(".stage.status")
      th.col-width-tiny= t(".thead.sex")
      th.col-width-tiny= t(".thead.age")
  tbody
    = render partial: "live_donor", collection: live_donors

= paginate live_donors

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
renalware-core-2.1.1 app/views/renalware/transplants/live_donors/_index.html.slim
renalware-core-2.1.0 app/views/renalware/transplants/live_donors/_index.html.slim