BookStack/resources/views/common/status-indicator.blade.php

3 lines
157 B
PHP
Raw Normal View History

<span title="{{ trans('common.status_' . ($status ? 'active' : 'inactive')) }}"
class="status-indicator-{{ $status ? 'active' : 'inactive' }}"
></span>