Update index.html.erb

This commit is contained in:
2016-04-22 08:15:45 -04:00
parent 6647e533df
commit 5457ae51c2

View File

@@ -11,7 +11,8 @@
<strong>
<%= vehicle.qbo_customer.name if vehicle.qbo_customer %>
</strong>
- <%= vehicle.to_s %>
<br/>
<%= vehicle.to_s %>
</div>
<div style="display: table-cell;">
<%= button_to "Edit", edit_vehicle_path(vehicle), method: :get%>