mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
12 lines
327 B
Plaintext
12 lines
327 B
Plaintext
%thead
|
|
%tr{"data-hook" => "cart_adjustments_headers"}
|
|
%th.cart-adjustment-header{colspan: "6"}
|
|
Distribution Fees
|
|
|
|
%tbody#cart_adjustments{"data-hook" => ""}
|
|
- @order.adjustments.eligible.each do |adjustment|
|
|
%tr
|
|
%td{colspan: "4"}= adjustment.label
|
|
%td= adjustment.display_amount.to_html
|
|
%td
|