mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-17 00:07:24 +00:00
12 lines
195 B
Plaintext
Executable File
12 lines
195 B
Plaintext
Executable File
%h3
|
|
= t(".customer_greeting", name: @order.bill_address.firstname)
|
|
%h4
|
|
= t(".instructions")
|
|
%span.clear
|
|
|
|
%p
|
|
|
|
= t(".order_summary_canceled")
|
|
= render 'order_summary'
|
|
= render 'signoff'
|