X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/47b08888ba053375541d503682d503d2fd62ecee..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 ab88051e5..0114678eb 100644
--- a/resources/views/shelves/edit.blade.php
+++ b/resources/views/shelves/edit.blade.php
@@ -1,24 +1,26 @@
-@extends('simple-layout')
-
-@section('toolbar')
-
- @include('shelves._breadcrumbs', ['shelf' => $shelf])
-
-@stop
+@extends('layouts.simple')
@section('body')
-
-
-
@icon('edit') {{ trans('entities.shelves_edit') }}
-
-
-
+
+
+ @include('entities.breadcrumbs', ['crumbs' => [
+ $shelf,
+ $shelf->getUrl('/edit') => [
+ 'text' => trans('entities.shelves_edit'),
+ 'icon' => 'edit',
+ ]
+ ]])
+
+
+ {{ trans('entities.shelves_edit') }}
+
+
-@include('components.image-manager', ['imageType' => 'cover'])
+
@stop
\ No newline at end of file