diff --git a/app/views/vehicles/show.html.erb b/app/views/vehicles/show.html.erb
index 22edd03..f3fd034 100644
--- a/app/views/vehicles/show.html.erb
+++ b/app/views/vehicles/show.html.erb
@@ -1,9 +1,13 @@
Customer Vehicle
-<%= @vehicle.qbo_customer.name if @vehicle.qbo_customer %>
+
+ <%= @customer %>
+
<%= @vehicle.to_s %>
+<%= @vehicle.notes %>
+
<%= button_to "Edit", edit_vehicle_path(@vehicle), method: :get%>
<%= button_to "Delete", @vehicle, method: :delete, data: {confirm: "You sure?"} %>