diff --git a/app/assets/javascripts/CRM.js b/app/assets/javascripts/CRM.js index ee1c6a41..fc535ff7 100644 --- a/app/assets/javascripts/CRM.js +++ b/app/assets/javascripts/CRM.js @@ -11,6 +11,7 @@ // about supported directives. // //= require jquery +//= require tether //= require bootstrap //= require jquery_ujs //= require turbolinks diff --git a/app/views/crm/customers/index.html.erb b/app/views/crm/customers/index.html.erb index 36008efb..7ccd8fb8 100644 --- a/app/views/crm/customers/index.html.erb +++ b/app/views/crm/customers/index.html.erb @@ -44,6 +44,7 @@ <% if @crm_customers.count > 0 %> <% @crm_customers.each do |crm_customer| %> + @@ -54,6 +55,7 @@ <%= link_to 'Show', crm_customer_path(crm_customer) %> + <% end %> <%else%>

There are no record for your search

@@ -107,7 +109,6 @@
@@ -55,6 +56,7 @@ + <% end %> <%else%>

There are no record for your search

@@ -110,7 +112,6 @@