|
<%= form_tag crm_customers_path, :method => :get do %>
|
||||||
| Select | Sr.no | Name | Card No | Contact no | Action | |
|---|---|---|---|---|---|---|
| <% if crm_customer.customer_id != "CUS-000000000001" && crm_customer.customer_id != "CUS-000000000002" %> <%= @i += 1 %> <% end %> | <%= crm_customer.name %> | <%= crm_customer.card_no rescue '-' %> | <%= crm_customer.contact_no %> | <%= crm_customer.email %> | <%= link_to 'Show', crm_customer_path(crm_customer) %> | |
<%= paginate @crm_customers %>