Customer <%= link_to vehicle.customer.name, customer_path(vehicle.customer) %>
Vehicle <%= vehicle.to_s %>
VIN <%= @vin[0] if @vin %><%=@vin[1] if @vin%>
Notes <%= vehicle.notes %>
Issues <%= vehicle.issues.count %>
<%= button_to "Edit", edit_vehicle_path(vehicle), method: :get%> <%= button_to "Delete", vehicle, method: :delete, data: {confirm: "You sure?"} %>