diff --git a/app/views/admin/repp_logs/index.haml b/app/views/admin/repp_logs/index.haml index 0cac3bd90..24e88d1bb 100644 --- a/app/views/admin/repp_logs/index.haml +++ b/app/views/admin/repp_logs/index.haml @@ -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