aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/request_controller.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-07-23 16:16:11 +0100
committerLouise Crow <louise.crow@gmail.com>2013-07-23 16:16:11 +0100
commitb7d317680268ef1b6667189a5c36594c0a608441 (patch)
treed4865e275dc25865710657b2418d3b1eb0ec27cc /app/controllers/request_controller.rb
parentb24ad7c7fa9b12303cc3c558de6dbdaacfe501e2 (diff)
parent32c2d29c5251848a20f84563a03c649cacab6aad (diff)
Merge branch 'feature/similar-fixes' into rails-3-develop
Diffstat (limited to 'app/controllers/request_controller.rb')
-rw-r--r--app/controllers/request_controller.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb
index d8f8db3cf..0c1d9880c 100644
--- a/app/controllers/request_controller.rb
+++ b/app/controllers/request_controller.rb
@@ -150,12 +150,6 @@ class RequestController < ApplicationController
:offset => (@page - 1) * @per_page, :limit => @per_page, :collapse_by_prefix => 'request_collapse')
@matches_estimated = @xapian_object.matches_estimated
@show_no_more_than = (@matches_estimated > MAX_RESULTS) ? MAX_RESULTS : @matches_estimated
-
- if (@page > 1)
- @page_desc = " (page " + @page.to_s + ")"
- else
- @page_desc = ""
- end
end
def list