bugs fix for crm

This commit is contained in:
Yan
2017-08-01 11:50:41 +06:30
parent 4f84676547
commit fa901806d4
5 changed files with 16 additions and 14 deletions

View File

@@ -10,7 +10,7 @@
str.gsub!('["', '')
str.gsub!('"]', '') %>
<span class="help-block" style="margin-top:-6px"><%= str %></span>
<% end -%>
<% end %>
</div>
<div class="form-group">
@@ -74,7 +74,7 @@
str.gsub!('["', '')
str.gsub!('"]', '') %>
<span class="help-block" style="margin-top:-6px"><%= str %></span>
<% end -%>
<% end %>
</div>
<div class="form-group <%= (flash["errors"]) ? "has-error" : "" %>">
@@ -85,7 +85,7 @@
str.gsub!('["', '')
str.gsub!('"]', '') %>
<span class="help-block" style="margin-top:-6px"><%= str %></span>
<% end -%>
<% end %>
</div>
<div class="form-group">