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

Version Path
renalware-core-2.0.22 app/views/renalware/patients/clinical_summaries/show.html.slim
renalware-core-2.0.21 app/views/renalware/patients/clinical_summaries/show.html.slim
renalware-core-2.0.20 app/views/renalware/patients/clinical_summaries/show.html.slim
renalware-core-2.0.18 app/views/renalware/patients/clinical_summaries/show.html.slim
renalware-core-2.0.17 app/views/renalware/patients/clinical_summaries/show.html.slim
renalware-core-2.0.16 app/views/renalware/patients/clinical_summaries/show.html.slim
renalware-core-2.0.15 app/views/renalware/patients/clinical_summaries/show.html.slim
renalware-core-2.0.14 app/views/renalware/patients/clinical_summaries/show.html.slim
renalware-core-2.0.13 app/views/renalware/patients/clinical_summaries/show.html.slim
renalware-core-2.0.12 app/views/renalware/patients/clinical_summaries/show.html.slim
renalware-core-2.0.11 app/views/renalware/patients/clinical_summaries/show.html.slim
renalware-core-2.0.9 app/views/renalware/patients/clinical_summaries/show.html.slim
renalware-core-2.0.8 app/views/renalware/patients/clinical_summaries/show.html.slim
renalware-core-2.0.7 app/views/renalware/patients/clinical_summaries/show.html.slim
renalware-core-2.0.5 app/views/renalware/patients/clinical_summaries/show.html.slim
renalware-core-2.0.4 app/views/renalware/patients/clinical_summaries/show.html.slim
renalware-core-2.0.3 app/views/renalware/patients/clinical_summaries/show.html.slim
renalware-core-2.0.2 app/views/renalware/patients/clinical_summaries/show.html.slim
renalware-core-2.0.1 app/views/renalware/patients/clinical_summaries/show.html.slim
renalware-core-2.0.0 app/views/renalware/patients/clinical_summaries/show.html.slim