]> BookStack Code Mirror - bookstack/blobdiff - resources/views/shelves/show.blade.php
Added faviourtes to other entity types
[bookstack] / resources / views / shelves / show.blade.php
index 7ed36c90685ef1d8a978b7fdf8a4a00d50deec61..431fa54cc260a406d350b4d83f47c7b53eaa2775 100644 (file)
                 </a>
             @endif
 
+            @if(signedInUser())
+                <hr class="primary-background">
+                @include('partials.entity-favourite-action', ['entity' => $shelf])
+            @endif
+
         </div>
     </div>
 @stop