about summary refs log tree commit diff stats
path: root/app/views/quotes/search_form.html.haml
blob: 74cdd2005a266919659a5a56eeb42fa02ad97b5a (plain) (blame)
1
2
3
4
5
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