mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-09 10:22:51 +03:00
Changed the location of the "view-toggle" to be under the books views.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
This commit is contained in:
@@ -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">
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user