]>
BookStack Code Mirror - bookstack/blob - resources/views/common/status-indicator.blade.php
projects
/
bookstack
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
A11y: Updated other dropdown menus with correct tagging
[bookstack]
/
resources
/
views
/
common
/
status-indicator.blade.php
1
<span title="{{ trans('common.status_' . ($status ? 'active' : 'inactive')) }}"
2
class="status-indicator-{{ $status ? 'active' : 'inactive' }}"
3
></span>