mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
@ -20,6 +20,10 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@if($model instanceof \BookStack\Entities\Models\Bookshelf)
|
||||
<p class="text-warn">{{ trans('entities.shelves_permissions_cascade_warning') }}</p>
|
||||
@endif
|
||||
|
||||
<hr>
|
||||
|
||||
<table permissions-table class="table permissions-table toggle-switch-list" style="{{ !$model->restricted ? 'display: none' : '' }}">
|
||||
|
@ -14,7 +14,7 @@
|
||||
]])
|
||||
</div>
|
||||
|
||||
<div class="card content-wrap">
|
||||
<div class="card content-wrap auto-height">
|
||||
<h1 class="list-heading">{{ trans('entities.shelves_permissions') }}</h1>
|
||||
@include('form.entity-permissions', ['model' => $shelf])
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user