X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/4b9f6beb376fc6b0c31af77d96ff0842bcdd53bc..refs/pull/4467/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..1cbb81980 100644 --- a/resources/views/pages/show.blade.php +++ b/resources/views/pages/show.blade.php @@ -34,7 +34,7 @@ @endif -
{{ trans('common.details') }}
+ @if($watchOptions->canWatch() && !$watchOptions->isWatching()) + @include('entities.watch-action', ['entity' => $page]) + @endif @if(signedInUser()) @include('entities.favourite-action', ['entity' => $page]) @endif