X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/4b9f6beb376fc6b0c31af77d96ff0842bcdd53bc..refs/pull/5592/head:/resources/views/pages/show.blade.php diff --git a/resources/views/pages/show.blade.php b/resources/views/pages/show.blade.php index fa6b1a2cd..e3a31dd5e 100644 --- a/resources/views/pages/show.blade.php +++ b/resources/views/pages/show.blade.php @@ -29,12 +29,12 @@ @if ($commentTree->enabled()) @if(($previous || $next)) -
{{ trans('common.details') }}
- @if(signedInUser()) + @if($watchOptions->canWatch() && !$watchOptions->isWatching()) + @include('entities.watch-action', ['entity' => $page]) + @endif + @if(!user()->isGuest()) @include('entities.favourite-action', ['entity' => $page]) @endif @if(userCan('content-export'))