mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
Changed font-awesome leading class
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
0153a37cd7
commit
93e4d23143
|
@ -318,7 +318,7 @@
|
|||
item_icon = 'fas fa-user';
|
||||
} else if (value.type == 'location') {
|
||||
item_destination = 'locations'
|
||||
item_icon = 'far fa-map-marker-alt';
|
||||
item_icon = 'fas fa-map-marker-alt';
|
||||
}
|
||||
|
||||
return '<nobr><a href="{{ url('/') }}/' + item_destination +'/' + value.id + '" data-tooltip="true" title="' + value.type + '"><i class="' + item_icon + ' text-{{ $snipeSettings->skin!='' ? $snipeSettings->skin : 'blue' }} "></i> ' + value.name + '</a></nobr>';
|
||||
|
|
Loading…
Reference in a new issue