mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Upgraded Font Awesome to v6
This commit is contained in:
@@ -18,7 +18,7 @@ $excludeFieldTypes = [];
|
||||
<td>
|
||||
@if($userfieldObject !== null)
|
||||
@if($userfield->type == \Grocy\Services\UserfieldsService::USERFIELD_TYPE_CHECKBOX)
|
||||
@if($userfieldObject->value == 1)<i class="fas fa-check"></i>@endif
|
||||
@if($userfieldObject->value == 1)<i class="fa-solid fa-check"></i>@endif
|
||||
@elseif($userfield->type == \Grocy\Services\UserfieldsService::USERFIELD_TYPE_PRESET_CHECKLIST)
|
||||
{!! str_replace(',', '<br>', $userfieldObject->value) !!}
|
||||
@elseif($userfield->type == \Grocy\Services\UserfieldsService::USERFIELD_TYPE_LINK)
|
||||
|
Reference in New Issue
Block a user