Files
redmine_qbo/app/views/vehicles/index.html.erb
2016-08-04 00:01:15 -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' %>