From 666db8c1fcae60ece28edda0afa21f2a7e9dd65e Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Thu, 11 Jan 2018 17:12:30 +0200 Subject: [PATCH] Remove inline CSS --- app/views/registrant/domains/index.html.erb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) %>
-
+ +