diff --git a/app/views/crm/customers/_new_form.html.erb b/app/views/crm/customers/_new_form.html.erb
index 218a7f66..2359ad57 100755
--- a/app/views/crm/customers/_new_form.html.erb
+++ b/app/views/crm/customers/_new_form.html.erb
@@ -5,16 +5,16 @@
-
">
@@ -60,7 +60,7 @@
<% str="[\"#{msg['contact_no']}\"]"
str.gsub!('["', '')
str.gsub!('"]', '') %>
- <%= str %>
+ <%= str %>
<% end %>
@@ -71,7 +71,7 @@
<% str="[\"#{msg['email']}\"]"
str.gsub!('["', '')
str.gsub!('"]', '') %>
- <%= str %>
+ <%= str %>
<% end %>
@@ -111,7 +111,7 @@
<% str="[\"#{msg['card_no']}\"]"
str.gsub!('["', '')
str.gsub!('"]', '') %>
- <%= str %>
+ <%= str %>
<% end %>
diff --git a/app/views/crm/customers/index.html.erb b/app/views/crm/customers/index.html.erb
index bf98b80e..168afe28 100755
--- a/app/views/crm/customers/index.html.erb
+++ b/app/views/crm/customers/index.html.erb
@@ -88,22 +88,18 @@
-
-
-
-
- <%= render 'new_form', crm_customer: @crm_customer, taxes: @taxes %>
-
-
+
+
+ <%= render 'new_form', crm_customer: @crm_customer, taxes: @taxes %>
-
+