mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
19 lines
403 B
Plaintext
19 lines
403 B
Plaintext
<div style="width: 100%; display: table;">
|
|
<div style="display: table-row">
|
|
<div style="width: 600px; display: table-cell;">
|
|
|
|
<strong>
|
|
<%= @customer%>
|
|
</strong>
|
|
|
|
<%= render :partial => 'vehicles/list' %>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div style="display: table-cell;">
|
|
<%= button_to "Edit", edit_customer_path(@customer), method: :get%>
|
|
</div>
|
|
|
|
</div>
|