Files
openfoodnetwork/app/components/product_component/product_component.html.haml
Jean-Baptiste Bellet 069b314ae7 Add producer and category to a product in the table
+ refactor and automatize optional column rendered
2022-12-07 15:08:53 +01:00

10 lines
208 B
Plaintext

%tr
%td.products_column.title
- if @image
.image
= image_tag @image.url(:mini)
= @name
- @columns.each do |column|
%td.products_column{class: column[:id]}
= column[:value]