Sha256: 407560154f21a0f57d12589cf2d7a002b17df30092adbfbe60a06b2b1f47b4b0

Contents?: true

Size: 229 Bytes

Versions: 5

Compression:

Stored size: 229 Bytes

Contents

<% form_tag url_for(:controller => controller_name, :action => action_name), :method => :get, :id => 'search-form' do %>
  <%= text_field_tag :query, params[:query] %>
  <%= submit_tag "Search", :id => "search-button"%>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
easy_search_form-0.4.1 lib/easy_search_form/views/_search_form.html.erb
easy_search_form-0.4.0 lib/easy_search_form/views/_search_form.html.erb
easy_search_form-0.3.0 lib/easy_search_form/views/_search_form.html.erb
easy_search_form-0.2.0 lib/easy_search/views/_search_form.html.erb
easy_search_form-0.1.0 lib/easy_search/views/_search_form.html.erb