Files
sx-fc/app/views/crm/customers/new.html.erb
2017-10-23 11:38:10 +06:30

6 lines
120 B
Plaintext
Executable File

<h1>New Crm Customer</h1>
<%= render 'form', crm_customer: @crm_customer %>
<%= link_to 'Back', crm_customers_path %>