|
<%= form_tag crm_customers_path, :method => :get do %>
|
||||||
| Select | Sr.no | Name | Company | Contact no | ||
|---|---|---|---|---|---|---|
| <%= @i += 1 %> | <%= crm_customer.name %> | <%= crm_customer.company rescue '-' %> | <%= crm_customer.contact_no %> | <%= crm_customer.email %> | <%= link_to 'Show', crm_customer_path(crm_customer) %> | |
<%= paginate @crm_customers %>