impress/app/views/items/index.html.haml
2010-05-15 14:14:17 -04:00

6 lines
178 B
Text

= form_tag items_path, :method => :get do
= text_field_tag :q, @query
= submit_tag 'Search', :name => nil
= will_paginate @results
= render @results
= will_paginate @results