Merge pull request #170 from internetee/story/129124951-update-search

Story#129124951 - admin contact search code can use %
This commit is contained in:
Timo Võhmar 2016-08-26 17:20:13 +03:00 committed by GitHub
commit 4125c10884

View file

@ -11,7 +11,7 @@
.col-md-3
.form-group
= f.label t(:id)
= f.search_field :code_eq, class: 'form-control', placeholder: t(:id)
= f.search_field :code_matches, class: 'form-control', placeholder: t(:id)
.col-md-3
.form-group
= f.label t(:ident)