diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-01-17 22:23:29 +0000 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-01-17 22:23:29 +0000 |
commit | 1b5b22923b76e6bb3aa0e8bee2d57b74b601b28f (patch) | |
tree | 5b42a15396c18027d049eb87331f8fd14fdfd168 | |
parent | e190eebf7c4bd6a742706e60f2bf941f70d1a1e4 (diff) |
Disable pagination
Pagination for authority search results in the new request workflow
seems to be broken very badly, so disable it for now.
-rw-r--r-- | app/views/request/select_authority.rhtml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/request/select_authority.rhtml b/app/views/request/select_authority.rhtml index 0e8df872d..521136f8e 100644 --- a/app/views/request/select_authority.rhtml +++ b/app/views/request/select_authority.rhtml @@ -57,7 +57,6 @@ <%= render :partial => 'public_body/body_listing_single', :locals => { :public_body => result[:model] } %> <% end %> </div> - <%= will_paginate WillPaginate::Collection.new(@page, 10, @xapian_requests.matches_estimated) %> <% end %> |