Files
redmine_qbo/app/views/vehicles/index.html.erb
2016-08-03 23:57:28 -04:00

7 lines
153 B
Plaintext

<h1>Customer Vehicles</h1>
<br/>
<%= button_to "New Vehicle", new_vehicle_path(@customer), method: :get %>
<%= render :partial => 'vehicles/list' %>