]> BookStack Code Mirror - bookstack/blobdiff - resources/views/pages/show.blade.php
Fixed OIDC Logout
[bookstack] / resources / views / pages / show.blade.php
index ae6b273fe4fe1d208a2d0eade98e0933d67f7392..1cbb819804f27a09ee934a24ffb047ac3610d80f 100644 (file)
@@ -81,7 +81,7 @@
     <div id="page-details" class="entity-details mb-xl">
         <h5>{{ trans('common.details') }}</h5>
         <div class="blended-links">
-            @include('entities.meta', ['entity' => $page])
+            @include('entities.meta', ['entity' => $page, 'watchOptions' => $watchOptions])
 
             @if($book->hasPermissions())
                 <div class="active-restriction">
 
             <hr class="primary-background"/>
 
+            @if($watchOptions->canWatch() && !$watchOptions->isWatching())
+                @include('entities.watch-action', ['entity' => $page])
+            @endif
             @if(signedInUser())
                 @include('entities.favourite-action', ['entity' => $page])
             @endif