Files
sx-fc/app/views/crm/customers/edit.html.erb
2017-06-06 09:18:01 +06:30

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