Skip to content

Instantly share code, notes, and snippets.

@guilleiguaran
Created June 21, 2014 22:28
Show Gist options
  • Save guilleiguaran/97bedc45d16917acf136 to your computer and use it in GitHub Desktop.
Save guilleiguaran/97bedc45d16917acf136 to your computer and use it in GitHub Desktop.
<%= form_tag search_couches_path do -%>
<div>
<%= label_tag :query %>
<%= text_field_tag :query, 'Enter the city here' %>
</div>
<div><%= submit_tag 'Search' %></div>
<% end -%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment