mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-24 20:44:11 +00: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:
parent
b6bb078e0a
commit
28823c4fae
3 changed files with 2 additions and 2 deletions
resources/views
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue