mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 01:14:23 -05:00
Update index.html.erb
Display notes
This commit is contained in:
@@ -12,7 +12,14 @@
|
|||||||
<%= vehicle.qbo_customer.name if vehicle.qbo_customer %>
|
<%= vehicle.qbo_customer.name if vehicle.qbo_customer %>
|
||||||
</strong>
|
</strong>
|
||||||
<br/>
|
<br/>
|
||||||
<%= vehicle.to_s %>
|
<%= vehicle.to_s %>
|
||||||
|
<br/>
|
||||||
|
<div style="float: left">
|
||||||
|
Notes:
|
||||||
|
</div>
|
||||||
|
<div style="float: right">
|
||||||
|
<%= vehicle.notes %>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="display: table-cell;">
|
<div style="display: table-cell;">
|
||||||
<%= button_to "Edit", edit_vehicle_path(vehicle), method: :get%>
|
<%= button_to "Edit", edit_vehicle_path(vehicle), method: :get%>
|
||||||
|
|||||||
Reference in New Issue
Block a user