7 lines
169 B
Plaintext
7 lines
169 B
Plaintext
<h1>Editing Crm Customer</h1>
|
|
|
|
<%= render 'form', crm_customer: @crm_customer %>
|
|
|
|
<%= link_to 'Show', @crm_customers_path %> |
|
|
<%= link_to 'Back', crm_customers_path %>
|