diff --git a/app/views/customers/_details.html.erb b/app/views/customers/_details.html.erb
index 85898ce..edf5ae4 100644
--- a/app/views/customers/_details.html.erb
+++ b/app/views/customers/_details.html.erb
@@ -30,11 +30,6 @@
<%= customer.shipping_address %> |
-
- | Notes |
- <%= customer.notes %> |
-
-
| Issues |
<%= customer.issues.count %> |
@@ -50,6 +45,11 @@
$<%= customer.balance_with_jobs %> |
+
+ | Notes |
+ <%= customer.notes %> |
+
+
|
<%= button_to "Edit Customer", edit_customer_path(customer), method: :get%>
|