Sha256: fad54bfa9a44920c0adfb263199fa5e67716c131207608f69af4983e20a2bdfe
Contents?: true
Size: 1.79 KB
Versions: 33
Compression:
Stored size: 1.79 KB
Contents
- path = [:renalware, presenter.q] table#patients.mdm-patients.columns thead tr th.col-width-tiny th.col-width-large= sort_link(path, :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-medium= sort_link(path, :current_access, t(".access")) th.col-width-date= t(".access_started_on") th.col-width-medium= sort_link(path, :access_plan_type, t(".access_plan")) th.col-width-date= sort_link(path, :access_plan_date, t(".access_plan_date")) th.col-width-date= t(".dialysing_at") th.col-width-date= sort_link(path, :transplant_registration_status, t(".registration_status")) th.show-for-xlarge-up.col-width-date= t(".schedule") th.at-least.col-width-small= t(".transport_type") th.col-width-tiny= sort_link(path, :hgb, t(".hgb")) th.col-width-date= sort_link(path, :hgb_date, t(".hgb_date")) th.show-for-xlarge-up.col-width-tiny= sort_link(path, :phos, t(".phos")) th.show-for-xlarge-up.col-width-date= sort_link(path, :phos_date, t(".phos_date")) th.show-for-xlarge-up.col-width-tiny= sort_link(path, :pot, t(".pot")) th.show-for-xlarge-up.col-width-date= sort_link(path, :pot_date, t(".pot_date")) th.show-for-xlarge-up.col-width-tiny= sort_link(path, :pthi, t(".pthi")) th.show-for-xlarge-up.col-width-date= sort_link(path, :pthi_date, t(".pthi_date")) th.show-for-xlarge-up.col-width-tiny= sort_link(path, :urr, t(".urr")) th.show-for-xlarge-up.col-width-date= sort_link(path, :urr_date, t(".urr_date")) tbody = render partial: "patient", collection: presenter.patients, locals: { view_proc: presenter.view_proc, q: presenter.q }
Version data entries
33 entries across 33 versions & 1 rubygems