]> BookStack Code Mirror - bookstack/commitdiff
Changed the location of the "view-toggle" to be under the books views. 830/head
authorAbijeet <redacted>
Sat, 12 May 2018 12:56:35 +0000 (18:26 +0530)
committerAbijeet <redacted>
Sat, 12 May 2018 12:56:35 +0000 (18:26 +0530)
Signed-off-by: Abijeet <redacted>
resources/views/books/index.blade.php
resources/views/books/view-toggle.blade.php [moved from resources/views/partials/book-view-toggle.blade.php with 100% similarity]
resources/views/home-book.blade.php

index d3e0d1297fe9a22f6078b3eedeedd0662298a753..84150203f081e2345f466a0f0b3399da3acb2298 100644 (file)
@@ -3,7 +3,7 @@
 @section('toolbar')
     <div class="col-xs-6">
         <div class="action-buttons text-left">
-            @include('partials/book-view-toggle', ['booksViewType' => $booksViewType])
+            @include('books/view-toggle', ['booksViewType' => $booksViewType])
         </div>
     </div>
     <div class="col-xs-6 faded">
index e3b52357076dddb12419ce2d750d52eb414f33b3..03fce4b8e78fc694cd84d6d7f0312eeb924a4aa9 100644 (file)
@@ -4,7 +4,7 @@
     <div class="col-sm-6 faded">
         <div class="action-buttons text-left">
             <a expand-toggle=".entity-list.compact .entity-item-snippet" class="text-primary text-button">@icon('expand-text'){{ trans('common.toggle_details') }}</a>
-            @include('partials/book-view-toggle', ['booksViewType' => $booksViewType])
+            @include('books/view-toggle', ['booksViewType' => $booksViewType])
         </div>
     </div>
 @stop
Morty Proxy This is a proxified and sanitized view of the page, visit original site.