add a go button to the search form as in bug 589

This commit is contained in:
Steve Coast 2008-05-03 14:18:22 +00:00
parent 98d935f663
commit 945df7f195
2 changed files with 6 additions and 3 deletions

View file

@ -39,7 +39,9 @@
:complete => "endSearch()",
:url => { :controller => :geocoder, :action => :search }) do %>
<%= text_field_tag :query, h(params[:query]) %>
<% end %>
<%= submit_tag 'Go' %></td>
<% end %>
</span>
<p id="search_active">Searching...</p>
</div>