Sha256: a4b803916d19225b7bc041df0499115ca7641f44c0c3bac8c828213b8ea032ea
Contents?: true
Size: 267 Bytes
Versions: 14
Compression:
Stored size: 267 Bytes
Contents
= form_tag collection_path, :method => 'get', :id => "text_search", :html=>{:class=>"form-search"} do = text_field_tag :q, params[:q], :class=>"input-xxlarge search-query" = hidden_field_tag :direction, params[:direction] = hidden_field_tag :sort, params[:sort]
Version data entries
14 entries across 5 versions & 1 rubygems