mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Fixed stray closing paren
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
4d00bb98d1
commit
c816b960b5
|
@ -452,7 +452,7 @@ dir="{{ in_array(app()->getLocale(),['ar-SA','fa-IR', 'he-IL']) ? 'rtl' : 'ltr'
|
|||
<i class="fas fa-circle text-grey fa-fw"
|
||||
aria-hidden="true"{!! ($status_nav->color!='' ? ' style="color: '.e($status_nav->color).'"' : '') !!}></i>
|
||||
{{ $status_nav->name }}
|
||||
<span class="badge badge-secondary">{{ $status_nav->asset_count }})</span></a></li>
|
||||
<span class="badge badge-secondary">{{ $status_nav->asset_count }}</span></a></li>
|
||||
@endforeach
|
||||
@endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue