Small Mab compatibility fix
This commit is contained in:
parent
8ce00648f3
commit
9df0a55e4b
1 changed files with 3 additions and 3 deletions
|
@ -1563,10 +1563,10 @@ module StopTime::Views
|
|||
td { customer.short_name || "–"}
|
||||
td do
|
||||
if customer.address_street.present?
|
||||
text customer.address_street
|
||||
text! customer.address_street
|
||||
br
|
||||
text customer.address_postal_code + " " +
|
||||
customer.address_city
|
||||
text! customer.address_postal_code + " " +
|
||||
customer.address_city
|
||||
else
|
||||
"–"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue