X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/131fcae4c761ed2fa5ecc0e42d3e2f5c38f28dd8..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 32e40a4ae..95b459068 100644 --- a/resources/views/shelves/create.blade.php +++ b/resources/views/shelves/create.blade.php @@ -1,31 +1,29 @@ -@extends('simple-layout') - -@section('toolbar') -
- -
-@stop +@extends('layouts.simple') @section('body')
-

 

-
-

@icon('add') {{ trans('entities.shelves_create') }}

-
-
- @include('shelves/form', ['shelf' => null, 'books' => $books]) -
-
+ +
+ @include('entities.breadcrumbs', ['crumbs' => [ + '/shelves' => [ + 'text' => trans('entities.shelves'), + 'icon' => 'bookshelf', + ], + '/create-shelf' => [ + 'text' => trans('entities.shelves_create'), + 'icon' => 'add', + ] + ]])
-
-


+
+

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

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