From cfa969a1e3a9bb4b1d13040606a6aa77b9281985 Mon Sep 17 00:00:00 2001 From: alexdbondoc17 Date: Tue, 1 Mar 2022 00:07:28 +0000 Subject: [PATCH] Fix UI for `case_lists_search_results` --- app/views/shared/_case_lists_search_results.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_case_lists_search_results.html.erb b/app/views/shared/_case_lists_search_results.html.erb index 837e301..90c860c 100644 --- a/app/views/shared/_case_lists_search_results.html.erb +++ b/app/views/shared/_case_lists_search_results.html.erb @@ -1,4 +1,4 @@ -
+
<%= text_field_tag :q, opts[:q], class: "form-control", placeholder: "Search GR Number", data: { target: "document.input" } %>