Add new greeting table in order cancel mail

This commit is contained in:
Lucas Hiago
2020-04-19 22:53:02 -03:00
parent 0b8771ccf0
commit 1c1200125e

View File

@@ -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