mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-03 09:34:03 +08:00
Moved details card above book nav
This commit is contained in:
parent
74a5e3113e
commit
0c4ddf16a5
@ -123,14 +123,15 @@
|
|||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
@include('partials/book-tree', ['book' => $book, 'sidebarTree' => $sidebarTree])
|
|
||||||
|
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<h3><i class="zmdi zmdi-info-outline"></i> {{ trans('common.details') }}</h3>
|
<h3><i class="zmdi zmdi-info-outline"></i> {{ trans('common.details') }}</h3>
|
||||||
<div class="body">
|
<div class="body">
|
||||||
@include('partials.entity-meta', ['entity' => $page])
|
@include('partials.entity-meta', ['entity' => $page])
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@include('partials/book-tree', ['book' => $book, 'sidebarTree' => $sidebarTree])
|
||||||
|
|
||||||
@stop
|
@stop
|
||||||
|
|
||||||
@section('body')
|
@section('body')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user