Update product v3 table

This commit is contained in:
Matt-Yorkley
2023-08-07 15:33:34 +01:00
parent e4a49f5d02
commit 38d9f4f1da

View File

@@ -39,7 +39,7 @@
%td.align-left
.line-clamp-1= product.supplier.name
%td.align-left
.line-clamp-1= product.taxons.map(&:name).join(', ')
.line-clamp-1= product.primary_taxon.name
%td.align-left
%td.align-left
.line-clamp-1= product.inherits_properties ? 'YES' : 'NO' #TODO: consider using https://github.com/RST-J/human_attribute_values, else use I18n.t (also below)