mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Use public contact email at the bottom of order confirmation email [OFN-12509]
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
= @order.distributor.phone || ""
|
||||
%br
|
||||
%a{:href => "mailto:#{@order.distributor.contact.email}", :target => "_blank"}
|
||||
= @order.distributor.contact.email
|
||||
= @order.distributor.email_address.presence || @order.distributor.contact.email
|
||||
%br
|
||||
= @order.distributor.website || ""
|
||||
%br
|
||||
|
||||
Reference in New Issue
Block a user