]> BookStack Code Mirror - bookstack/blobdiff - resources/views/chapters/list-item.blade.php
Fixed up edit views to use new layout
[bookstack] / resources / views / chapters / list-item.blade.php
index e342ea6a3a1a0a04ab4cc68233d3377efd384589..fd463e07a4fbfc51945c45678f2761e22cd8ef9f 100644 (file)
@@ -14,7 +14,7 @@
             <div chapter-toggle class="text-muted chapter-expansion-toggle">@icon('caret-right') <span>{{ trans_choice('entities.x_pages', $chapter->pages->count()) }}</span></div>
             <div class="inset-list">
                 <div class="entity-list-item-children">
-                    @include('partials.entity-list-basic', ['entities' => $chapter->pages])
+                    @include('partials.entity-list', ['entities' => $chapter->pages])
                 </div>
             </div>
         </div>