X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/80865b30a5d6a82e86d21e272ae58977d4430a64..refs/pull/446/head:/resources/views/pages/show.blade.php diff --git a/resources/views/pages/show.blade.php b/resources/views/pages/show.blade.php index 286d44387..6b2dc3c23 100644 --- a/resources/views/pages/show.blade.php +++ b/resources/views/pages/show.blade.php @@ -6,37 +6,39 @@
- + @include('pages._breadcrumbs', ['page' => $page])
-
Export
+
{{ trans('entities.export') }}
@if(userCan('page-update', $page)) - Revisions - Edit + {{ trans('common.edit') }} @endif - @if(userCan('restrictions-manage', $page)) - Restrict - @endif - @if(userCan('page-delete', $page)) - Delete + @if(userCan('page-update', $page) || userCan('restrictions-manage', $page) || userCan('page-delete', $page)) + @endif +
@@ -47,13 +49,13 @@
+
- @include('partials/highlight') @stop @section('scripts')