From 2bd13a819b8da1a7ca6b28d41058a3617cc37a14 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Sat, 21 Feb 2026 14:00:34 -0500 Subject: [PATCH] Removed unneeded BR --- app/views/vehicles/_list.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/vehicles/_list.html.erb b/app/views/vehicles/_list.html.erb index cd8fd25..d30144e 100644 --- a/app/views/vehicles/_list.html.erb +++ b/app/views/vehicles/_list.html.erb @@ -19,7 +19,6 @@
<%= vehicle.vin.scan(/.{1,9}/)[0] if vehicle.vin %><%=vehicle.vin.scan(/.{1,9}/)[1] if vehicle.vin%>
<% if show_customer %> -
<%= vehicle.customer %> <% end %>