diff --git a/app/views/admin/domains/index.html.erb b/app/views/admin/domains/index.html.erb index ed117c2c3..2fb2293c5 100644 --- a/app/views/admin/domains/index.html.erb +++ b/app/views/admin/domains/index.html.erb @@ -1,7 +1,7 @@ <%= render 'shared/title', name: t(:domains) %>
- <%= search_form_for [:admin, @q], html: { style: 'margin-bottom: 0;', class: 'js-form', autocomplete: 'off' } do |f| %> + <%= search_form_for [:admin, @q], html: { autocomplete: 'off' } do |f| %>