mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 01:14:23 -05:00
Create _details.html.erb
This commit is contained in:
17
app/views/customers/_details.html.erb
Normal file
17
app/views/customers/_details.html.erb
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
<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>
|
||||||
Reference in New Issue
Block a user