aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2011-09-15 11:53:50 +0100
committerSeb Bacon <seb.bacon@gmail.com>2011-09-15 11:53:50 +0100
commitcb4eea88d6d7a7c74daaa594c2b677b5f209a3b8 (patch)
tree3d3d5e5237262ecfddf1fb31d189ccb2da112534
parent0f0854cd60aebde1b4a69e455ee40686c4ab0353 (diff)
Show the standard search with filters when searching from home page box. Fixes #170.
-rw-r--r--app/views/general/frontpage.rhtml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/general/frontpage.rhtml b/app/views/general/frontpage.rhtml
index 215288791..f71980302 100644
--- a/app/views/general/frontpage.rhtml
+++ b/app/views/general/frontpage.rhtml
@@ -20,7 +20,6 @@
<% form_tag({:action => "search_redirect"}, {:id => "search_form"}) do %>
<div>
<%= text_field_tag 'query', params[:query], { :size => 30 } %>
- <%= hidden_field_tag 'bodies', 1 %>
<%= submit_tag _('Search') %>
</div>
<% end %>