Files
openfoodnetwork/app/views/payment_mailer/authorization_required.html.haml
Maikel Linke c66b9611b6 Move PaymentMailer translations out of Spree namespace
The mailer is not in the Spree namespace and we don't need to keep the
clutter.
2026-02-20 13:43:09 +11:00

3 lines
126 B
Plaintext

= t(".message", order_number: @order.number)
= link_to spree.edit_admin_order_url(@order), spree.edit_admin_order_url(@order)