mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-05 16:50:12 +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')
|
@section('toolbar')
|
||||||
<div class="col-xs-6">
|
<div class="col-xs-6">
|
||||||
<div class="action-buttons text-left">
|
<div class="action-buttons text-left">
|
||||||
@include('partials/book-view-toggle', ['booksViewType' => $booksViewType])
|
@include('books/view-toggle', ['booksViewType' => $booksViewType])
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-6 faded">
|
<div class="col-xs-6 faded">
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<div class="col-sm-6 faded">
|
<div class="col-sm-6 faded">
|
||||||
<div class="action-buttons text-left">
|
<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>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
@stop
|
@stop
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue