From a48840ddfbd2eb9f6dcec877489cc5fb0520b64b Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Fri, 31 Mar 2017 16:12:21 -0400 Subject: [PATCH] Fixed typo --- app/views/vehicles/_details.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/vehicles/_details.html.erb b/app/views/vehicles/_details.html.erb index 9d59991..058eb0b 100644 --- a/app/views/vehicles/_details.html.erb +++ b/app/views/vehicles/_details.html.erb @@ -13,7 +13,7 @@ VIN - <%= @vin[0] if split_vin %><%=@vin[1] if @vin%> + <%= @vin[0] if @vin %><%=@vin[1] if @vin%>