Sha256: 8204e6efca460f8d548a308250a474d29b898ca1b0b1b313d2d942c75ac04eed

Contents?: true

Size: 762 Bytes

Versions: 5

Compression:

Stored size: 762 Bytes

Contents

table#patients
  thead
    tr
      th.at-least.col-width-medium
        = 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-small
        = sort_link(query,
                   :patient_current_modality_description_name,
                   "Modality")

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

= paginate worries

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta9 app/views/renalware/patients/worryboard/_table.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/patients/worryboard/_table.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/patients/worryboard/_table.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/patients/worryboard/_table.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/patients/worryboard/_table.html.slim