X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b94b945fb03e21a1997cfe6e50148967586cb26d..refs/pull/5725/head:/resources/views/shelves/edit.blade.php diff --git a/resources/views/shelves/edit.blade.php b/resources/views/shelves/edit.blade.php index 5ae3638fe..0114678eb 100644 --- a/resources/views/shelves/edit.blade.php +++ b/resources/views/shelves/edit.blade.php @@ -1,11 +1,11 @@ -@extends('simple-layout') +@extends('layouts.simple') @section('body')
- @include('partials.breadcrumbs', ['crumbs' => [ + @include('entities.breadcrumbs', ['crumbs' => [ $shelf, $shelf->getUrl('/edit') => [ 'text' => trans('entities.shelves_edit'), @@ -18,7 +18,7 @@

{{ trans('entities.shelves_edit') }}

- @include('shelves.form', ['model' => $shelf]) + @include('shelves.parts.form', ['model' => $shelf])