mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 01:14:23 -05:00
Update index.html.erb
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
<h1>Customer Vehicles</h1>
|
<h1>Customer Vehicles</h1>
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
<% Vehicles.all.each do |vehicle| %>
|
<% Vehicle.all.each do |vehicle| %>
|
||||||
<br/>
|
<br/>
|
||||||
<div>
|
<div>
|
||||||
<%= vehicle.qbo_customer.name %> <%= vehicle.to_s %> <%= button_to "Delete", "delete/#{vehicle[:id]}", :confirm => "Are you sure?" %>
|
<%= vehicle.qbo_customer.name %> <%= vehicle.to_s %> <%= button_to "Delete", "delete/#{vehicle[:id]}", :confirm => "Are you sure?" %>
|
||||||
|
|||||||
Reference in New Issue
Block a user