mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-12-01 13:21:37 +08:00
3 lines
244 B
PHP
3 lines
244 B
PHP
<input type="checkbox" name="permissions[{{ $permission }}]"
|
|
@if(old('permissions.'.$permission, false)|| (!old('display_name', false) && (isset($role) && $role->hasPermission($permission)))) checked="checked" @endif
|
|
value="true"> |