Add trim & doors to vehicle

This commit is contained in:
2022-03-06 08:59:48 -05:00
parent 332f07c93d
commit 495243d177
4 changed files with 48 additions and 10 deletions

View File

@@ -16,6 +16,10 @@
<td><%= @vin[0] if @vin %><b><%=@vin[1] if @vin%></b></td>
</tr>
<th><%= t(:label_trim) %></th>
<td><%= vehicle.doors %> <%=t(:label_door)%> <%= vehicle.trim %></td>
</tr>
<tr>
<th><%= t(:field_notes) %></th>
<td><%= vehicle.notes %></td>