mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +02:00
Merge pull request #2089 from internetee/2065-admin-dropdown-filter-list-registrar-name
updated epp request object
This commit is contained in:
commit
dc153dc5b6
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
- opts = [[t(:choose),''], 'contact', 'domain', 'poll']
|
||||
- opts += [params[:q][:request_object_cont]] if params[:q].present? && params[:q][:request_object_cont].present?
|
||||
= f.label :request_object
|
||||
= f.select :request_object_cont, opts, {}, class: 'form-control js-combobox', placeholder: t(:choose)
|
||||
= f.select :request_object_cont, opts, {}, class: 'form-control selectize_create', placeholder: t(:choose)
|
||||
.col-md-3
|
||||
.form-group
|
||||
= f.label :request_successful
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue