diff options
| -rw-r--r-- | app/views/content/_search.html.erb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/content/_search.html.erb b/app/views/content/_search.html.erb index 718a516..9f61042 100644 --- a/app/views/content/_search.html.erb +++ b/app/views/content/_search.html.erb | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | <table> | ||
| 2 | <% form_tag search_path, :method => 'get' do %> | 1 | <% form_tag search_path, :method => 'get' do %> |
| 2 | <table> | ||
| 3 | <tr> | 3 | <tr> |
| 4 | <td><%= text_field_tag :search_term, params[: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 | </table> |
| 8 | </table> \ No newline at end of file | 8 | <% end %> \ No newline at end of file |
