X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/57dc53ceff99e65c726f59c8b14a599878adba59..refs/pull/360/head:/resources/views/books/show.blade.php diff --git a/resources/views/books/show.blade.php b/resources/views/books/show.blade.php index 6ae126c63..f5e08b2f6 100644 --- a/resources/views/books/show.blade.php +++ b/resources/views/books/show.blade.php @@ -5,8 +5,19 @@
-
+
+ @include('books._breadcrumbs', ['book' => $book]) +
+
+ +
{{ trans('entities.export') }}
+ +
@if(userCan('page-create', $book)) {{ trans('entities.pages_new') }} @endif @@ -14,20 +25,20 @@ {{ trans('entities.chapters_new') }} @endif @if(userCan('book-update', $book)) - {{ trans('entities.edit') }} + {{ trans('common.edit') }} @endif @if(userCan('book-update', $book) || userCan('restrictions-manage', $book) || userCan('book-delete', $book))