diff --git a/app/views/vehicles/_details.html.erb b/app/views/vehicles/_details.html.erb index c2177fd..078aeec 100644 --- a/app/views/vehicles/_details.html.erb +++ b/app/views/vehicles/_details.html.erb @@ -5,8 +5,11 @@ <%= @customer%> +
+ <%= @vehicle.to_s %> +
@@ -18,6 +21,8 @@
+
+
Notes: