Skip to content

Instantly share code, notes, and snippets.

@brandon-beacher
Created March 25, 2009 13:00
Show Gist options
  • Save brandon-beacher/85455 to your computer and use it in GitHub Desktop.
Save brandon-beacher/85455 to your computer and use it in GitHub Desktop.
<% form_tag search_path, :method => :get, :id => "search" do %>
<%= text_field_tag "query", nil %>
<%= image_submit_tag "http://s3.amazonaws.com/dfc_attachments/images/3708/go.gif", :name => nil, :class => "go" %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment