mirror of
https://github.com/grocy/grocy.git
synced 2026-04-09 14:06:16 +02:00
Show the little "product has an image icon" also on products page (references #58)
This commit is contained in:
parent
188407e3c7
commit
132999ce36
|
|
@ -50,7 +50,7 @@
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{ $product->name }}
|
{{ $product->name }}@if(!empty($product->picture_file_name)) <i class="fas fa-image text-muted"></i>@endif
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{ FindObjectInArrayByPropertyValue($locations, 'id', $product->location_id)->name }}
|
{{ FindObjectInArrayByPropertyValue($locations, 'id', $product->location_id)->name }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user