Removed Drive & Doors

This commit is contained in:
2018-03-03 13:55:22 -05:00
parent 8838d36793
commit 39fcd6d4dd

View File

@@ -21,16 +21,6 @@
<td><%= vehicle.style %></td> <td><%= vehicle.style %></td>
</tr> </tr>
<tr>
<th>Drive</th>
<td><%= vehicle.drive %></td>
</tr>
<tr>
<th>Doors</th>
<td><%= vehicle.doors %></td>
</tr>
<tr> <tr>
<th>Notes</th> <th>Notes</th>
<td><%= vehicle.notes %></td> <td><%= vehicle.notes %></td>