From 0caa91d0576bf63cabecb531f86fdde610d03c77 Mon Sep 17 00:00:00 2001 From: Lucas Hiago Date: Sat, 2 May 2020 09:37:16 -0300 Subject: [PATCH] Remove second table of cancel email instructions style --- .../spree/order_mailer/cancel_email.html.haml | 21 ++++++++----------- 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/app/views/spree/order_mailer/cancel_email.html.haml b/app/views/spree/order_mailer/cancel_email.html.haml index 9d01d8ec87..e1b390996f 100755 --- a/app/views/spree/order_mailer/cancel_email.html.haml +++ b/app/views/spree/order_mailer/cancel_email.html.haml @@ -1,15 +1,12 @@ -%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 +%table.social.white-bg{width: "100%"} + %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)}"} %p.callout = t(".dont_cancel", email: @order.distributor.contact.email)