mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Revised webhooks list to new format
Also aligned query naming to start with model in use. Also added created/updated sort options to roles.
This commit is contained in:
3
resources/views/common/status-indicator.blade.php
Normal file
3
resources/views/common/status-indicator.blade.php
Normal file
@ -0,0 +1,3 @@
|
||||
<span title="{{ trans('common.status_' . ($status ? 'active' : 'inactive')) }}"
|
||||
class="status-indicator-{{ $status ? 'active' : 'inactive' }}"
|
||||
></span>
|
Reference in New Issue
Block a user