From ae61f1acdda6b3fc234c23946b8c22d210416018 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Mon, 15 Jan 2018 10:48:47 +0200 Subject: [PATCH] Remove inline CSS --- app/views/admin/domains/index.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) %>
-
+