mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-20 00:37:26 +00:00
12 lines
344 B
Plaintext
12 lines
344 B
Plaintext
%thead
|
|
%tr{"data-hook" => "cart_adjustments_headers"}
|
|
%th.cart-adjustment-header{colspan: "6"}
|
|
%a{ href: "#" } Fees...
|
|
|
|
%tbody#cart_adjustments{"data-hook" => ""}
|
|
- checkout_line_item_adjustments(@order).each do |adjustment|
|
|
%tr
|
|
%td{colspan: "4"}= adjustment.label
|
|
%td= adjustment.display_amount.to_html
|
|
%td
|