diff --git a/app/views/registrant/domains/index.html.erb b/app/views/registrant/domains/index.html.erb index 427b00b93..a5cb98049 100644 --- a/app/views/registrant/domains/index.html.erb +++ b/app/views/registrant/domains/index.html.erb @@ -4,7 +4,7 @@
- <%= search_form_for [:registrant, @q], html: { autocomplete: 'off' } do |f| %> + <%= search_form_for [:registrant, @q], html: { class: 'search-form', autocomplete: 'off' } do |f| %>
@@ -38,7 +38,8 @@ <%= text_field_tag :results_per_page, params[:results_per_page], class: 'form-control', placeholder: t(:results_per_page) %>
-
+ +