mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-25 19:48:48 +01:00
9 lines
No EOL
278 B
Text
9 lines
No EOL
278 B
Text
<div id="display_box_search">
|
|
<% form_tag({:action => :results}, :id => 'search-form') do %>
|
|
<%= text_field_tag(:search, params[:search]) %>
|
|
<%= submit_tag "Search" %>
|
|
<% end %>
|
|
</div>
|
|
<script type="text/javascript">
|
|
Form.focusFirstElement('search-form')
|
|
</script> |