mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
User new vehicle details partial
This commit is contained in:
@@ -1,13 +1,3 @@
|
||||
<h1>Customer Vehicle</h1>
|
||||
<br/>
|
||||
<strong>
|
||||
<%= @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?"} %>
|
||||
<%= render :partial => 'vehicles/details' %>
|
||||
|
||||
Reference in New Issue
Block a user