Skip to content

Instantly share code, notes, and snippets.

@kurioscreative
kurioscreative / search.html.haml
Last active October 8, 2015 22:28
Geocoder: Over query limit Javascript Fix
= form_tag :search, method: :get, id:'search' do |f|
= text_field_tag :q, '', placeholder:'City, address, or zip code'
= hidden_field_tag :c, ''
= submit_tag "Go"