diff options
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/quotes/search_form.html.haml | 6 |
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 | ||
