Update _details.html.erb

This commit is contained in:
2016-08-05 09:02:46 -04:00
committed by GitHub
parent 75b25a9e44
commit 501834419b

View File

@@ -30,11 +30,6 @@
<td><%= customer.shipping_address %></td>
</tr>
<tr>
<th>Notes</th>
<td><%= customer.notes %></td>
</tr>
<tr>
<th>Issues</th>
<td><%= customer.issues.count %></td>
@@ -50,6 +45,11 @@
<td>$<%= customer.balance_with_jobs %></td>
</tr>
<tr>
<th>Notes</th>
<td><%= customer.notes %></td>
</tr>
<tr>
<td>
<%= button_to "Edit Customer", edit_customer_path(customer), method: :get%>