X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/e70423c73fe88e0d89dbf803fb74c9cbdd159dd2..refs/pull/5725/head:/resources/views/shelves/create.blade.php diff --git a/resources/views/shelves/create.blade.php b/resources/views/shelves/create.blade.php index 72bf904fe..95b459068 100644 --- a/resources/views/shelves/create.blade.php +++ b/resources/views/shelves/create.blade.php @@ -1,11 +1,11 @@ -@extends('simple-layout') +@extends('layouts.simple') @section('body')
- @include('partials.breadcrumbs', ['crumbs' => [ + @include('entities.breadcrumbs', ['crumbs' => [ '/shelves' => [ 'text' => trans('entities.shelves'), 'icon' => 'bookshelf', @@ -17,15 +17,13 @@ ]])
-
+

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

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