Update _details.html.erb

This commit is contained in:
2016-08-01 22:33:32 -04:00
committed by GitHub
parent 06e827fff8
commit 09d8c0024f

View File

@@ -3,7 +3,7 @@
<tr>
<th>Customer</th>
<td><%= vehicle.customer.name %></td>
<td><%= link_to customer_path(customer), vehicle.customer.name %></td>
</tr>
<tr>