]> BookStack Code Mirror - bookstack/blob - resources/views/common/status-indicator.blade.php
Opensearch: Fixed XML declaration when php short tags enabled
[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>