mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 08:54:23 -05:00
Update _details.html.erb
This commit is contained in:
@@ -17,17 +17,17 @@
|
|||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th>Style</th>
|
<th>Style</th>
|
||||||
<td><%= @style %></td>
|
<td><%= @vehicle.details['years'][0]['styles'][0]['name'] %></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th>Drive</th>
|
<th>Drive</th>
|
||||||
<td><%= @drive %></td>
|
<td><%= @vehicle.details['drivenWheels'] %></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th>Doors</th>
|
<th>Doors</th>
|
||||||
<td><%= @doors %></td>
|
<td><%= @vehicle.details['numOfDoors'] %></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user