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