mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
Languages strings were moved to config/locale/en.yml. All views contain according calls to t() now.
11 lines
314 B
Plaintext
11 lines
314 B
Plaintext
%tr{"data-hook" => "cart_adjustments_headers"}
|
|
%td.cart-adjustments{colspan: "5"}
|
|
%a{ href: "#" }
|
|
= t :orders_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
|