3
0
mirror of https://github.com/snipe/snipe-it.git synced 2025-12-01 11:30:10 +00:00

Merge remote-tracking branch 'origin/develop'

This commit is contained in:
snipe
2024-08-23 15:18:30 +01:00

View File

@ -645,7 +645,7 @@ dir="{{ Helper::determineLanguageDirection() }}">
@can('backend.interact')
<li class="treeview {!! in_array(Request::route()->getName(),App\Helpers\Helper::SettingUrls()) ? ' active': '' !!}">
<a href="#" id="settings">
<x-icon type="settings" />
<x-icon type="settings" class="fa-fw" />
<span>{{ trans('general.settings') }}</span>
<x-icon type="angle-left" class="pull-right fa-fw"/>
</a>