Sha256: ccbf140ff782150fee81da078c1b77a7bb386807a97823004815fd28a50bfa16

Contents?: true

Size: 990 Bytes

Versions: 6

Compression:

Stored size: 990 Bytes

Contents

table.hd-unmet-preferences
  thead
    tr.primary
      th.col-width-medium(rowspan=2) Patient
      th.col-width-date (rowspan=2) Date entered
      th(colspan=3) Current
      th(colspan=3) Preferred
      th(rowspan=2) Notes
    tr.secondary
      th.col-width-medium Site
      th.col-width-medium Schedule
      th Other Schedule
      th.col-width-medium Site
      th.col-width-medium Schedule
      th Other Schedule

  tbody
    - patients.each do |patient|
      tr
        td= link_to(patient, patient_hd_dashboard_path(patient))
        td= l(patient.entered_on)
        td.current= patient.current_hospital_unit
        td.current= patient.current_schedule&.text
        td.current= patient.current_other_schedule
        td.preferred= patient.preferred(:hospital_unit)
        td.preferred= patient.preferred(:schedule) { |value| value&.text }
        td.preferred= patient.preferred_other_schedule
        td.col-width-large-with-ellipsis= patient.notes

= paginate patients

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta9 app/views/renalware/hd/unmet_preferences/_table.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/hd/unmet_preferences/_table.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/hd/unmet_preferences/_table.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/hd/unmet_preferences/_table.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/hd/unmet_preferences/_table.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/hd/unmet_preferences/_table.html.slim