Sha256: 54946b0ce116b2d7897933af478eac77274fd1942adfb7867919517df28dbc5b
Contents?: true
Size: 564 Bytes
Versions: 59
Compression:
Stored size: 564 Bytes
Contents
- relation = Renalware::Events::Biopsy.for_patient(mdm.patient).includes(:created_by) - biopsies = relation.limit(6).ordered - total_biopsies = relation.count article.events header h2 Biopsies .supplemental span= "#{biopsies.length} of #{total_biopsies}" span.noprint = link_to "View All", patient_events_path(mdm.patient), class: "button secondary" = render "renalware/events/events/table", events: biopsies, exclude_type_column: true, toggle_prefix: "biopsy"
Version data entries
59 entries across 59 versions & 1 rubygems