mirror of
https://github.com/grokability/snipe-it.git
synced 2026-03-12 17:52:00 +08:00
Use iconhelper for dynamic icon
This commit is contained in:
@@ -243,7 +243,7 @@
|
||||
<div class="form-group col-md-12">
|
||||
<hr style="border-top: 1px solid lightgray">
|
||||
<h3>
|
||||
<i class="{{ Helper::iconTypeByItem($typeOfImport) }}">
|
||||
<i class="{{ \App\Helpers\IconHelper::icon($typeOfImport) }}">
|
||||
</i>
|
||||
{{ trans('general.map_fields', ['item_type' => ucwords($typeOfImport)]) }}
|
||||
</h3>
|
||||
|
||||
Reference in New Issue
Block a user