Files
sx-fc/app/views/crm/customers/edit.html.erb
2018-05-09 15:40:13 +06:30

7 lines
182 B
Plaintext

<h1>Editing Crm Customer</h1>
<%= render 'form', crm_customer: @crm_customer %>
<%= link_to t("views.btn.show"), @crm_customers_path %> |
<%= link_to 'Back', crm_customers_path %>