mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +03:00
@@ -57,9 +57,7 @@
|
||||
|
||||
@stop
|
||||
|
||||
|
||||
@section('right')
|
||||
|
||||
<div class="mb-xl">
|
||||
<h5>{{ trans('common.details') }}</h5>
|
||||
<div class="text-small text-muted blended-links">
|
||||
@@ -76,7 +74,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="actions mb-xl">
|
||||
<h5>{{ trans('common.actions') }}</h5>
|
||||
<div class="icon-list text-primary">
|
||||
@@ -125,6 +122,16 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="actions mb-xl">
|
||||
<h5>{{ trans('entities.shelves_long') }}</h5>
|
||||
|
||||
@if(count($bookParentShelves) > 0)
|
||||
@include('partials.entity-list', ['entities' => $bookParentShelves, 'style' => 'compact'])
|
||||
@else
|
||||
<div class="body text-muted">{{ trans('entities.book_parent_shelves_empty') }}</div>
|
||||
@endif
|
||||
</div>
|
||||
|
||||
@stop
|
||||
|
||||
@section('left')
|
||||
|
Reference in New Issue
Block a user