mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 16:44:08 -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"
|
<i class="fas fa-circle text-grey fa-fw"
|
||||||
aria-hidden="true"{!! ($status_nav->color!='' ? ' style="color: '.e($status_nav->color).'"' : '') !!}></i>
|
aria-hidden="true"{!! ($status_nav->color!='' ? ' style="color: '.e($status_nav->color).'"' : '') !!}></i>
|
||||||
{{ $status_nav->name }}
|
{{ $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
|
@endforeach
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue