]> BookStack Code Mirror - bookstack/blobdiff - resources/views/common/home-book.blade.php
Updated view-change endpoints to be clearer, separated books and shelf
[bookstack] / resources / views / common / home-book.blade.php
index 7644eeb8871278e6b0618d911a5a935c5fd5f948..8caae814a5f063e4eadd20b457a2c22bbe8152aa 100644 (file)
@@ -12,7 +12,7 @@
     <div class="actions mb-xl">
         <h5>{{ trans('common.actions') }}</h5>
         <div class="icon-list text-primary">
-            @include('partials.view-toggle', ['view' => $view, 'type' => 'book'])
+            @include('partials.view-toggle', ['view' => $view, 'type' => 'books'])
             @include('components.expand-toggle', ['target' => '.entity-list.compact .entity-item-snippet', 'key' => 'home-details'])
         </div>
     </div>