mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-30 21:27:17 +00:00
10 lines
299 B
Plaintext
10 lines
299 B
Plaintext
%tr{"data-hook" => "cart_adjustments_headers"}
|
|
%td.cart-adjustments{colspan: "5"}
|
|
%a{ href: "#" } Fees...
|
|
|
|
- checkout_line_item_adjustments(@order).each do |adjustment|
|
|
%tr.cart_adjustment
|
|
%td{colspan: "3"}= adjustment.label
|
|
%td.text-right= adjustment.display_amount.to_html
|
|
%td
|