Remove unused css property from image in cancel email

This commit is contained in:
Lucas Hiago
2020-05-13 21:13:29 -03:00
parent 0caa91d057
commit 98cbe5762a

View File

@@ -6,7 +6,7 @@
= 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)}"}
%img{src: "#{@order.distributor.logo.url(:medium)}"}
%p.callout
= t(".dont_cancel", email: @order.distributor.contact.email)