mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
17 lines
267 B
Plaintext
17 lines
267 B
Plaintext
%h1= t ".headline"
|
|
|
|
%p= t ".description"
|
|
|
|
%p= t ".hints"
|
|
%p= t ".order", number: @order.number
|
|
|
|
%table
|
|
%tr
|
|
%th= t ".stock"
|
|
%th= t ".product"
|
|
|
|
- @linked_variants.each do |variant|
|
|
%tr
|
|
%td= variant.on_hand
|
|
%td= variant.product_and_full_name
|