Selaa lähdekoodia

fixed displaying of summary

Josh 4 vuotta sitten
vanhempi
commit
2355f1b074
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      resources/views/app/patient/note/dashboard.blade.php

+ 1 - 1
resources/views/app/patient/note/dashboard.blade.php

@@ -275,7 +275,7 @@
                             <strong>{{$section->sectionTemplate->title}}</strong>
                             <div>
                                 <h3>Summary</h3>
-                                @include('sections/'.$section->sectionTemplate->internal_name.'/summary')
+                                {!! $section->summary_html !!}
                                 <h3>Edit form</h3>
                                 @include('sections/'.$section->sectionTemplate->internal_name.'/form')
                             </div>