about summary refs log tree commit diff stats
path: root/app/views
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-03-04 22:47:31 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2025-03-04 22:47:31 -0500
commitf3e3735c7efe9ba8fcc0e58cda4ee3996e12d38e (patch)
treed1913cb1ff747d9202ff9efb34a4e12c982163b6 /app/views
parent49c58dc5de3688d842025b83cbc91a69ef621641 (diff)
downloadthoughts-f3e3735c7efe9ba8fcc0e58cda4ee3996e12d38e.tar.gz
thoughts-f3e3735c7efe9ba8fcc0e58cda4ee3996e12d38e.tar.bz2
thoughts-f3e3735c7efe9ba8fcc0e58cda4ee3996e12d38e.zip
Add quotes search
Diffstat (limited to 'app/views')
-rw-r--r--app/views/quotes/search_form.html.haml6
1 files changed, 6 insertions, 0 deletions
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 @@
1%h3 Search
2= search_form_for @q, url: search_quotes_url do |f|
3 .form-field
4 = f.label :content_or_notes_cont, "Query:"
5 = f.search_field :content_or_notes_cont
6 .form-field= f.submit