mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04: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">
|