mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 09:24:23 -05:00
User new vehicle details partial
This commit is contained in:
@@ -1,13 +1,3 @@
|
|||||||
<h1>Customer Vehicle</h1>
|
<h1>Customer Vehicle</h1>
|
||||||
<br/>
|
<br/>
|
||||||
<strong>
|
<%= render :partial => 'vehicles/details' %>
|
||||||
<%= @customer %>
|
|
||||||
</strong>
|
|
||||||
<br/>
|
|
||||||
<%= @vehicle.to_s %>
|
|
||||||
<br/>
|
|
||||||
<%= @vehicle.notes %>
|
|
||||||
<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