diff options
| -rw-r--r-- | app/views/content/_search.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/content/_search.html.erb b/app/views/content/_search.html.erb index c6029e0..718a516 100644 --- a/app/views/content/_search.html.erb +++ b/app/views/content/_search.html.erb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | <table> | 1 | <table> |
| 2 | <% form_tag search_path, :method => 'get' do %> | 2 | <% form_tag search_path, :method => 'get' do %> |
| 3 | <tr> | 3 | <tr> |
| 4 | <td><%= text_field_tag :search_term %></td> | 4 | <td><%= text_field_tag :search_term, params[:search_term] %></td> |
| 5 | <td style="padding-top: 2px"><%= image_submit_tag("search_button.png") %></td> | 5 | <td style="padding-top: 2px"><%= image_submit_tag("search_button.png") %></td> |
| 6 | </tr> | 6 | </tr> |
| 7 | <% end %> | 7 | <% end %> |
