Sha256: eaa22e3eaa7310aca8e0c80f297170713f4c124e82ad6c90f927c1267d0c574e
Contents?: true
Size: 1.15 KB
Versions: 1
Compression:
Stored size: 1.15 KB
Contents
.row.collapse h1.page-heading.columns= presenter.page_title .row .columns = render_if_exists "filters", presenter: presenter .row table#patients.mdm-patients.columns thead tr th.col-width-tiny th.col-width-large= sort_link([:renalware, presenter.q], :family_name, t(".name")) th.col-width-nhs-no= t(".nhs_no") th.col-width-reference-no= t(".hosp_no") th.col-width-tiny= t(".sex") th.col-width-tiny= t(".age") th.col-width-small= t(".access") th.col-width-small= t(".access_started_on") th.col-width-small= t(".access_plan") th.col-width-date= t(".access_plan_date") th.col-width-date= t(".dialysing_at") th.col-width-date= t(".registration_status") th.col-width-tiny= t(".has_transport") th.col-width-tiny= t(".transport_type") th.col-width-tiny= t(".hgb") th.col-width-date= t(".hgb_date") tbody - presenter.patients.each do |patient| = render "patient", patient: patient, view_proc: presenter.view_proc, q: presenter.q = paginate presenter.patients
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
renalware-core-2.0.0.pre.beta4 | app/views/renalware/hd/mdm_patients/index.html.slim |