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