]> BookStack Code Mirror - bookstack/blobdiff - resources/views/pages/show.blade.php
System CLI: Updated to 126de5599c state
[bookstack] / resources / views / pages / show.blade.php
index 1cbb819804f27a09ee934a24ffb047ac3610d80f..e3a31dd5ebf1bcd18b6ce0977565ed6ef7db5d11 100644 (file)
@@ -29,7 +29,7 @@
 
     @if ($commentTree->enabled())
         @if(($previous || $next))
-            <div class="px-xl">
+            <div class="px-xl print-hidden">
                 <hr class="darker">
             </div>
         @endif
             @if($watchOptions->canWatch() && !$watchOptions->isWatching())
                 @include('entities.watch-action', ['entity' => $page])
             @endif
-            @if(signedInUser())
+            @if(!user()->isGuest())
                 @include('entities.favourite-action', ['entity' => $page])
             @endif
             @if(userCan('content-export'))