Update _list.html.erb

This commit is contained in:
2016-07-28 23:33:15 -04:00
committed by GitHub
parent c46cab6a6f
commit 68b6ea7649

View File

@@ -4,6 +4,10 @@
<fieldset> <fieldset>
<%= vehicle.to_s %> <%= vehicle.to_s %>
<br/> <br/>
<%= vehicle.customer %>
<br/>
<%= vehicle.vin %>
<br/>
<div style="float: right;" > <div style="float: right;" >
<%= button_to "More", vehicle_path(vehicle), method: :get %> <%= button_to "More", vehicle_path(vehicle), method: :get %>
</div> </div>