mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update index.html.erb
This commit is contained in:
@@ -11,7 +11,8 @@
|
|||||||
<strong>
|
<strong>
|
||||||
<%= vehicle.qbo_customer.name if vehicle.qbo_customer %>
|
<%= vehicle.qbo_customer.name if vehicle.qbo_customer %>
|
||||||
</strong>
|
</strong>
|
||||||
- <%= vehicle.to_s %>
|
<br/>
|
||||||
|
<%= vehicle.to_s %>
|
||||||
</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