mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 16:53:37 +02:00
Story#129124951 - admin contact search code can use %
This commit is contained in:
parent
a217c3562f
commit
b97f4d05da
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