Update _details.html.erb

This commit is contained in:
2016-05-10 05:23:56 -04:00
parent 0b2fbba330
commit 7f2a918f9e

View File

@@ -1,10 +1,5 @@
<table> <table>
<tbody> <tbody>
<tr>
<th>Customer</th>
<td><%= @customer %></td>
</tr>
<tr> <tr>
<th>Vehicle</th> <th>Vehicle</th>
<td><%= @vehicle.to_s %></td> <td><%= @vehicle.to_s %></td>