Sha256: 6e3952d9c99dac4c3514d3c48f05b037fbb5f498180c06c6a8429da40de990b5

Contents?: true

Size: 590 Bytes

Versions: 1

Compression:

Stored size: 590 Bytes

Contents

table#patients
  thead
    tr
      th.col-width-11
      th.col-width-medium= attr_name(Renalware::Patient, :name)
      th.col-width-nhs-no= attr_name(Renalware::Patient, :nhs_number)
      - Renalware.config.patient_hospital_identifiers.keys.each do |key|
        th.col-width-reference-without-prefix="#{key} No"
      th.col-width-tiny= attr_name(Renalware::Patient, :sex)
      th.col-width-date= attr_name(Renalware::Patient, :born_on)
      th.col-width-tiny= attr_name(Renalware::Patient, :age)
      th.col-width-small Modality

  tbody
    = render patients

= paginate patients

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta4 app/views/renalware/patients/_table.html.slim