|
<%= form_tag crm_customers_path, :method => :get do %>
|
|||||
| Select | Name | Company | Contact no | ||
|---|---|---|---|---|---|
| <%= crm_customer.name %> | <%= crm_customer.company %> | <%= crm_customer.contact_no %> | <%= crm_customer.email %> | <%= link_to 'Destroy', crm_customer_path(crm_customer), method: :delete, data: { confirm: 'Are you sure?' } %> | |
<%= paginate @crm_customers %>