X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/505a22bc7b45f235b40fc983eb5ba89e8dd87d42..refs/pull/363/head:/resources/views/pages/show.blade.php diff --git a/resources/views/pages/show.blade.php b/resources/views/pages/show.blade.php index 93387384d..6462225ea 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.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,85 +46,75 @@
-
-

Page Navigation

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