Update index.html.erb

Display notes
This commit is contained in:
2016-04-22 09:37:59 -04:00
parent 559a846f1e
commit fec1512930

View File

@@ -12,7 +12,14 @@
<%= vehicle.qbo_customer.name if vehicle.qbo_customer %>
</strong>
<br/>
<%= vehicle.to_s %>
<%= vehicle.to_s %>
<br/>
<div style="float: left">
Notes:
</div>
<div style="float: right">
<%= vehicle.notes %>
</div>
</div>
<div style="display: table-cell;">
<%= button_to "Edit", edit_vehicle_path(vehicle), method: :get%>