Files
9minutes/app/views/search/_search_form.html.haml
T
2013-01-11 23:30:08 +01:00

4 lines
266 B
Plaintext

.box#search_bar
= form_tag '/search', :method => 'get', :id => "search_bar_form", :remote=>true do
= text_field_tag 'q', params[:q], :class => "text", :placeholder => "Search here ..."
= link_to image_tag("icons/search.png", :class=>"button"), "/#!/search"