diff --git a/app/views/vehicles/index.html.erb b/app/views/vehicles/index.html.erb index 42ea2ab..a4b7dcd 100644 --- a/app/views/vehicles/index.html.erb +++ b/app/views/vehicles/index.html.erb @@ -12,7 +12,14 @@ <%= vehicle.qbo_customer.name if vehicle.qbo_customer %>
- <%= vehicle.to_s %> + <%= vehicle.to_s %> +
+
+ Notes: +
+
+ <%= vehicle.notes %> +
<%= button_to "Edit", edit_vehicle_path(vehicle), method: :get%>