Files
redmine_qbo/app/views/customers/_details.html.erb

18 lines
359 B
Plaintext

<div style="width: 100%; display: table;">
<div style="display: table-row">
<div style="width: 600px; display: table-cell;">
<strong>
<%= @customer%>
</strong>
</div>
</div>
<div style="display: table-cell;">
<%= button_to "Edit", edit_customer_path(@customer), method: :get%>
</div>
</div>
</div>