X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/3286f29a61833327b5701b28db626d0a480b07f9..refs/pull/5681/head:/resources/views/pages/copy.blade.php diff --git a/resources/views/pages/copy.blade.php b/resources/views/pages/copy.blade.php index 5c987a9eb..0d153bdf5 100644 --- a/resources/views/pages/copy.blade.php +++ b/resources/views/pages/copy.blade.php @@ -1,15 +1,18 @@ -@extends('simple-layout') +@extends('layouts.simple') @section('body')
-
- @include('partials.breadcrumbs', ['crumbs' => [ +
+ @include('entities.breadcrumbs', ['crumbs' => [ $page->book, $page->chapter, $page, - $page->getUrl('/copy') => trans('entities.pages_copy') + $page->getUrl('/copy') => [ + 'text' => trans('entities.pages_copy'), + 'icon' => 'copy', + ] ]])
@@ -22,21 +25,23 @@
- @include('form/text', ['name' => 'name']) + @include('form.text', ['name' => 'name'])
-
+
+
- @include('components.entity-selector', ['name' => 'entity_selection', 'selectorSize' => 'large', 'entityTypes' => 'book,chapter', 'entityPermission' => 'page-create']) + @include('entities.selector', ['name' => 'entity_selection', 'selectorSize' => 'large', 'entityTypes' => 'book,chapter', 'entityPermission' => 'page-create'])
+ @include('entities.copy-considerations') +
{{ trans('common.cancel') }} - +