mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-02 02:11:33 +00:00
Add new greeting table in order cancel mail
This commit is contained in:
@@ -1,8 +1,18 @@
|
||||
%h3
|
||||
= t(".customer_greeting", name: @order.bill_address.firstname)
|
||||
%h4
|
||||
= t(".instructions")
|
||||
%span.clear
|
||||
%table.social.white-bg{:width => "100%"}
|
||||
%tr
|
||||
%td
|
||||
%table.column{:align => "left"}
|
||||
%tr
|
||||
%td
|
||||
%h3
|
||||
= t(".customer_greeting", name: @order.bill_address.firstname)
|
||||
%h4
|
||||
= t(".instructions_html", distributor: @order.distributor.name )
|
||||
%img.float-left{:src => "#{@order.distributor.logo.url(:medium)}"}/
|
||||
%span.clear
|
||||
|
||||
%p.callout
|
||||
= t(".dont_cancel", email: @order.distributor.contact.email)
|
||||
|
||||
%p
|
||||
|
||||
|
||||
Reference in New Issue
Block a user