mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-01 00:47:27 -08:00
Merge remote-tracking branch 'origin/develop'
This commit is contained in:
commit
d36a06d8e1
|
@ -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