diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-01-09 08:44:25 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-01-09 08:44:25 +0000 |
commit | d36c87b30490330f0b1fc2e6f9d5a92d25216c09 (patch) | |
tree | 5f26abcb62515c24788460189cffda35cfb86958 | |
parent | 650c5f26ac0f55f69cbfc80a9d0dc08d32be7f22 (diff) |
paginate authority search results on first step of new request workflow
-rw-r--r-- | app/views/request/select_authority.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/select_authority.rhtml b/app/views/request/select_authority.rhtml index 9692c4cb2..1e78168e9 100644 --- a/app/views/request/select_authority.rhtml +++ b/app/views/request/select_authority.rhtml @@ -56,7 +56,7 @@ <%= render :partial => 'public_body/body_listing_single', :locals => { :public_body => result[:model] } %> <% end %> </div> - <%= will_paginate WillPaginate::Collection.new(@page, 5, @xapian_requests.matches_estimated) %> + <%= will_paginate WillPaginate::Collection.new(@page, 10, @xapian_requests.matches_estimated) %> <% end %> |