Skip to content

Commit

Permalink
Update product v3 table
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-Yorkley committed Aug 7, 2023
1 parent e4164c9 commit bbcb111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/products_v3/_table.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bbcb111

Please sign in to comment.