Sha256: a1d0511afc8795d2bac22d015578903dfd3fb8c5b9d75b61e1a6a27b614377bc

Contents?: true

Size: 846 Bytes

Versions: 17

Compression:

Stored size: 846 Bytes

Contents

- path = [:renalware, presenter.q]
table#patients.mdm-patients.columns
  thead
    tr
      th.col-width-large= sort_link(path, :family_name, t(".name"))
      th.col-width-nhs-no= sort_link(path, :nhs_number, t(".nhs_no"))
      th.col-width-reference-no= t(".hosp_no")
      th.col-width-tiny= t(".sex")
      th.col-width-tiny= t(".age")
      th.col-width-medium= t(".modality")
      - %i(hgb ure cre).each do |code|
        th.col-width-tiny= sort_link(path, code, t(".#{code}"))
        th.col-width-date= sort_link(path, :"#{code}_date", t(".#{code}_date"))
      th.col-width-tiny= sort_link(path, :egfr, t(".egfr"))
      th.col-width-date= t(".esrf")
      th.col-width-small

  tbody
    = render partial: "patient",
             collection: presenter.patients,
             locals: { view_proc: presenter.view_proc, q: presenter.q }

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
renalware-core-2.0.15 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.14 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.13 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.12 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.11 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.9 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.8 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.7 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.5 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.4 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.3 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.2 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.1 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.0 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.0.pre.rc13 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.0.pre.rc11 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.0.pre.rc10 app/views/renalware/mdm_patients/_table.html.slim