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:
Abijeet 2018-05-12 18:26:35 +05:30
parent b6bb078e0a
commit 28823c4fae
3 changed files with 2 additions and 2 deletions

View 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">

View 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