]> BookStack Code Mirror - bookstack/blobdiff - resources/views/common/detailed-listing-with-more.blade.php
Reorgranised blade view files to form a convention
[bookstack] / resources / views / common / detailed-listing-with-more.blade.php
index 5790f20655fe29852cc1d8b62c71ed5ff729fedf..5413d239ec9b3a790a8e7ba2463c65d673324558 100644 (file)
@@ -1,4 +1,4 @@
-@extends('simple-layout')
+@extends('layouts.simple')
 
 @section('body')
     <div class="container small pt-xl">
@@ -6,7 +6,7 @@
             <h1 class="list-heading">{{ $title }}</h1>
 
             <div class="book-contents">
-                @include('partials.entity-list', ['entities' => $entities, 'style' => 'detailed'])
+                @include('entities.list', ['entities' => $entities, 'style' => 'detailed'])
             </div>
 
             <div class="text-right">