X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/598fd7811b96291f1fc74eb071269489f87867d6..refs/pull/270/head:/resources/views/pages/show.blade.php diff --git a/resources/views/pages/show.blade.php b/resources/views/pages/show.blade.php index 46bd1714c..a734b1b95 100644 --- a/resources/views/pages/show.blade.php +++ b/resources/views/pages/show.blade.php @@ -2,30 +2,43 @@ @section('content') -
+
-
- +
+ @include('pages._breadcrumbs', ['page' => $page])
-
+
- @if($currentUser->can('page-update')) - Revisions - Edit + +
{{ trans('entities.pages_export') }}
+ +
+ @if(userCan('page-update', $page)) + {{ trans('common.edit') }} @endif - @if($currentUser->can('page-delete')) - Delete + @if(userCan('page-update', $page) || userCan('restrictions-manage', $page) || userCan('page-delete', $page)) + @endif +
@@ -33,95 +46,75 @@
-
+
-
- @include('pages/sidebar-tree-list', ['book' => $book]) -
-

Page Navigation

- -
-
-
+ -
-
+ + +
+
+ + @include('partials/highlight') +@stop + +@section('scripts') @stop