impress/app/views/items/index.html.haml

7 lines
178 B
Text
Raw Normal View History

2010-05-15 10:47:46 -07:00
= form_tag items_path, :method => :get do
= text_field_tag :q, @query
= submit_tag 'Search', :name => nil
2010-05-15 11:14:17 -07:00
= will_paginate @results
2010-05-15 11:01:15 -07:00
= render @results
2010-05-15 11:14:17 -07:00
= will_paginate @results