Sha256: a8151d1053aecd6d0094bf713dbfe71c434348bf3dba099d851487b61b717217
Contents?: true
Size: 477 Bytes
Versions: 9
Compression:
Stored size: 477 Bytes
Contents
= within_patient_layout(title: "Dry Weights", breadcrumbs: clinical_profile_breadcrumb(@patient)) do .document.hd-sessions table.auto-layout thead th.col-width-date= sort_link([:renalware, search], :assessed_on, "Date") th.col-width-small= sort_link([:renalware, search], :weight, "Weight (kg)") th Assessor tbody - dry_weights.each do |dry_weight| = render "row", dry_weight: dry_weight = paginate dry_weights
Version data entries
9 entries across 9 versions & 1 rubygems