Sha256: c53619abd1011a09bbc2c9ec8e9aee4ea9045c8fbfa87fd1cc9e5d7976214a9e
Contents?: true
Size: 787 Bytes
Versions: 30
Compression:
Stored size: 787 Bytes
Contents
.letters-table table.report.letters thead tr th.noprint.col-width-medium th Type th= sort_link([:renalware, q], :type, "State") th.col-width-medium= sort_link([:renalware, q], :patient_family_name, "Patient") th.col-width-nhs-no= sort_link([:renalware, q], :patient_nhs_number, "NHS No") th= sort_link([:renalware, q], :enclosures, "Enc.") th.col-width-date = sort_link([:renalware, q], :issued_on, "Date", default_order: :desc) th= sort_link([:renalware, q], :author_family_name, "Author") th= sort_link([:renalware, q], :created_by_family_name, "Typist") th.col-width-small Recipient th Description tbody = render partial: "letter", collection: letters = paginate letters
Version data entries
30 entries across 30 versions & 1 rubygems