X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/80865b30a5d6a82e86d21e272ae58977d4430a64..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 cd32a406b..f5e08b2f6 100644 --- a/resources/views/books/show.blade.php +++ b/resources/views/books/show.blade.php @@ -5,29 +5,40 @@
No pages or chapters have been created for this book.
+{{ trans('entities.books_empty_contents') }}
- Create a new page - -or- - Add a chapter + {{ trans('entities.books_empty_create_page') }} + -{{ trans('entities.books_empty_or') }}- + {{ trans('entities.books_empty_add_chapter') }}
- Created {{$book->created_at->diffForHumans()}} @if($book->createdBy) by {{$book->createdBy->name}} @endif
-
- Last Updated {{$book->updated_at->diffForHumans()}} @if($book->updatedBy) by {{$book->updatedBy->name}} @endif
-
@if(userCan('restrictions-manage', $book)) - Book Restricted + {{ trans('entities.books_permissions_active') }} @else - Book Restricted + {{ trans('entities.books_permissions_active') }} @endif
@endif