mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +02:00
Merge pull request #170 from internetee/story/129124951-update-search
Story#129124951 - admin contact search code can use %
This commit is contained in:
commit
4125c10884
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue