Sha256: 9e0e5e6b18286c8db1d1e8e253ae2dee14a4f3d638a72e03163504ad771553d4
Contents?: true
Size: 691 Bytes
Versions: 82
Compression:
Stored size: 691 Bytes
Contents
/ A note about Template Dependency - the `Template Dependency` comment below / will make sure that changes to any summary part html partial will cause a new md5 digest / for *this* template, Russian doll style. This is only really relevant if we start to cache / content in this show template and are concerned about catching markup changes in / nested templates -# Template Dependency: renalware/**/summary_part = within_patient_layout(title: "Clinical Summary") do .row - patient = clinical_summary.patient - summary_parts = clinical_summary.summary_parts.map{ |klass| klass.new(patient) } - summary_parts.select(&:render?).each do |summary_part| = render summary_part
Version data entries
82 entries across 82 versions & 1 rubygems