mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-27 12:28:48 +01:00
6 lines
182 B
Text
6 lines
182 B
Text
<div id="display_box_search">
|
|
<% form_tag(:action => :results) do %>
|
|
<%= text_field_tag(:search, params[:search]) %>
|
|
<%= submit_tag "Search" %>
|
|
<% end %>
|
|
</div>
|