X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b792108bc18d4fcb7c6026ecad23e430e067ba43..refs/pull/2511/head:/resources/views/pages/show.blade.php diff --git a/resources/views/pages/show.blade.php b/resources/views/pages/show.blade.php index 4c6b63d48..38e819a9e 100644 --- a/resources/views/pages/show.blade.php +++ b/resources/views/pages/show.blade.php @@ -10,11 +10,23 @@ ]]) -
-
+
+
@include('pages.pointer', ['page' => $page]) @include('pages.page-display')
+
+ +
+
+ +
+
+ Next Page +
+
@if ($commentsEnabled) @@ -37,32 +49,25 @@
{{ trans('entities.pages_attachments') }}
- @foreach($page->attachments as $attachment) - - @endforeach + @include('attachments.list', ['attachments' => $page->attachments])
@endif @if (isset($pageNav) && count($pageNav)) - + @endif @include('partials.book-tree', ['book' => $book, 'sidebarTree' => $sidebarTree]) @@ -113,7 +118,7 @@
-
Actions
+
{{ trans('common.actions') }}