Files
redmine_qbo/app/views/vehicles/show.html.erb
2016-04-27 10:42:31 -04:00

11 lines
140 B
Plaintext

<h1>Customer Vehicle</h1>
<br/>
<%= render :partial => 'vehicles/details' %>
<br/>
<%= @style %>
<br/>
<%= @drive %>
<br/>
<%= @doors %>