add padding to the second address line.

This commit is contained in:
Andrew Spinks
2012-07-11 22:45:57 +10:00
parent 0e43fcfaa1
commit 32b37a1390

View File

@@ -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 %>