mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-06 07:29:16 +00:00
Remove unused css property from image in cancel email
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user