From fec1512930a7cc303320d5b608d3a446f94e0db5 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Fri, 22 Apr 2016 09:37:59 -0400 Subject: [PATCH] Update index.html.erb Display notes --- app/views/vehicles/index.html.erb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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%>