Refactor: Improve address formatting in CustomersController and enhance HTML rendering for billing and shipping addresses

This commit is contained in:
2026-03-01 00:40:11 -05:00
parent cefa36c880
commit 3728ec2a12
2 changed files with 21 additions and 12 deletions

View File

@@ -23,12 +23,12 @@
<tr>
<th><%=t(:label_billing_address)%></th>
<td><%= @billing_address %></td>
<td><pre><%= @billing_address %></pre></td>
</tr>
<tr>
<th><%=t(:label_shipping_address)%></th>
<td><%= @shipping_address %></td>
<td><pre><%= @shipping_address %></pre></td>
</tr>
<tr>