Create _details.html.erb

This commit is contained in:
2016-04-26 09:23:56 -04:00
parent 1ac799d318
commit 3e9138f802

View 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>