mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-10 09:54:23 -05:00
More Progress!
This commit is contained in:
9
app/views/vehicles/show.html.erb
Normal file
9
app/views/vehicles/show.html.erb
Normal file
@@ -0,0 +1,9 @@
|
||||
<h1>Customer Vehicle</h1>
|
||||
<br/>
|
||||
<%= @vehicle.qbo_customer.name if @vehicle.qbo_customer %>
|
||||
<br/>
|
||||
<%= @vehicle.to_s %>
|
||||
<br/>
|
||||
<%= button_to "Edit", edit_vehicle_path(@vehicle), method: :get%>
|
||||
<br/>
|
||||
<%= button_to "Delete", @vehicle, method: :delete, data: {confirm: "You sure?"} %>
|
||||
Reference in New Issue
Block a user