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