diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-01-17 22:30:50 +0000 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-01-17 22:30:50 +0000 |
commit | 69a2ea41c7c723ba11690ee6ed148cda012f8358 (patch) | |
tree | b2832820e99843ec56dbae79d63ff3832b2b0746 | |
parent | 1b5b22923b76e6bb3aa0e8bee2d57b74b601b28f (diff) |
Also disable paging for type-ahead search results
Same problem as previous commit to this (wdtk) branch.
-rw-r--r-- | app/views/public_body/_search_ahead.rhtml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/public_body/_search_ahead.rhtml b/app/views/public_body/_search_ahead.rhtml index 484d28256..436471544 100644 --- a/app/views/public_body/_search_ahead.rhtml +++ b/app/views/public_body/_search_ahead.rhtml @@ -13,7 +13,6 @@ <%= render :partial => 'body_listing_single', :locals => { :public_body => result[:model] } %> <% end %> </div> - <%= will_paginate WillPaginate::Collection.new(@page, 10, @xapian_requests.matches_estimated) %> <% end %> </p> |