]> BookStack Code Mirror - bookstack/blobdiff - resources/views/pages/show.blade.php
Added faviourtes to other entity types
[bookstack] / resources / views / pages / show.blade.php
index 73a107cf71456e943f9accdf7c018a916ba3ee0e..5baf2a16ced362cd0e9bb6bc70ae9ac635263541 100644 (file)
 
             <hr class="primary-background"/>
 
-            {{--Export--}}
             @if(signedInUser())
-                @include('partials.entity-favourite-action', ['entity' => $page, 'alreadyFavourite' => $page->isFavourite()])
+                @include('partials.entity-favourite-action', ['entity' => $page])
             @endif
             @include('partials.entity-export-menu', ['entity' => $page])
         </div>