Sha256: 25d08b4c3af1755182750236d0105a6dbb118a93faac317d03013a715a0d82e8
Contents?: true
Size: 982 Bytes
Versions: 169
Compression:
Stored size: 982 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_definition td.current= patient.current_other_schedule td.preferred= patient.preferred(:hospital_unit) td.preferred= patient.preferred(:schedule_definition) td.preferred= patient.preferred_other_schedule td.col-width-large-with-ellipsis= patient.notes = paginate patients
Version data entries
169 entries across 169 versions & 1 rubygems