From f3e3735c7efe9ba8fcc0e58cda4ee3996e12d38e Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 4 Mar 2025 22:47:31 -0500 Subject: Add quotes search --- app/views/quotes/search_form.html.haml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app/views/quotes/search_form.html.haml (limited to 'app/views') diff --git a/app/views/quotes/search_form.html.haml b/app/views/quotes/search_form.html.haml new file mode 100644 index 0000000..74cdd20 --- /dev/null +++ b/app/views/quotes/search_form.html.haml @@ -0,0 +1,6 @@ +%h3 Search += search_form_for @q, url: search_quotes_url do |f| + .form-field + = f.label :content_or_notes_cont, "Query:" + = f.search_field :content_or_notes_cont + .form-field= f.submit -- cgit 1.4.1