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:
@@ -13,6 +13,13 @@
|
||||
</strong>
|
||||
<br/>
|
||||
<%= 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%>
|
||||
|
||||
Reference in New Issue
Block a user