mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
add padding to the second address line.
This commit is contained in:
@@ -20,7 +20,7 @@ Delivery Details
|
||||
============================================================
|
||||
Address:
|
||||
<% address = @order.distributor.pickup_address %>
|
||||
<%= address.address1 %> <%= ", #{address.address2}" unless address.address2.blank? %>
|
||||
<%= address.address1 %> <%= ",\n #{address.address2}" unless address.address2.blank? %>
|
||||
<%= [address.city, address.state_text, address.zipcode, address.country.name].compact.join ', ' %>
|
||||
Colection time:
|
||||
<%= @order.distributor.next_collection_at %>
|
||||
|
||||
Reference in New Issue
Block a user