Sha256: 4464c6b000b076bb3a97962e956119c7153a0319fbb991e099f468ba2153f444

Contents?: true

Size: 762 Bytes

Versions: 167

Compression:

Stored size: 762 Bytes

Contents

table#patients
  thead
    tr
      th.at-least.col-width-large
        = sort_link(query,
                   :patient_family_name,
                   [:patient_family_name, "patient_given_name asc"],
                   "Name")
      th.col-width-nhs-no NHS No.
      th.col-width-reference-no Hosp No.
      th.col-width-tiny Sex
      th.col-width-date Date of Birth
      th.col-width-tiny.show-for-large-up Age
      th.col-width-small= sort_link(query, :created_at, "Date Added")
      th.col-width-medium Added By
      th Notes
      th.col-width-medium
        = sort_link(query,
                   :patient_current_modality_description_name,
                   "Modality")

  tbody
    = render partial: "worry", collection: worries

= paginate worries

Version data entries

167 entries across 167 versions & 1 rubygems

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