X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/553d3ce861c733ff6a90956ef71f116028f3f49b..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 8b99e8b51..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'), @@ -14,14 +14,13 @@ ]])
-
+

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

-
+ - @include('shelves.form', ['model' => $shelf]) + @include('shelves.parts.form', ['model' => $shelf])
-
+
- @include('components.image-manager', ['imageType' => 'cover']) @stop \ No newline at end of file