mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 02:09:39 +02:00
Field text fixes
This commit is contained in:
parent
bbbca7cf63
commit
d3c935f18e
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@
|
|||
= f.select :request_method_eq, [[t('choose'),''], 'GET', 'POST', 'PUT', 'DELETE'], {}, class: 'form-control selectize', placeholder: t('choose')
|
||||
.col-md-3
|
||||
.form-group
|
||||
= f.label :response_code_eq
|
||||
= f.search_field :response_code_eq, class: 'form-control', placeholder: t('api_user')
|
||||
= f.label :response_code
|
||||
= f.search_field :response_code_eq, class: 'form-control', placeholder: t('response_code')
|
||||
.col-md-3
|
||||
.form-group
|
||||
= f.label :api_user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue