aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/request_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/request_controller.rb')
-rw-r--r--app/controllers/request_controller.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb
index e8ca767fa..97bb37c39 100644
--- a/app/controllers/request_controller.rb
+++ b/app/controllers/request_controller.rb
@@ -4,7 +4,7 @@
# Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved.
# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: request_controller.rb,v 1.48 2008-02-14 09:57:56 francis Exp $
+# $Id: request_controller.rb,v 1.49 2008-02-15 11:18:55 francis Exp $
class RequestController < ApplicationController
@@ -22,7 +22,7 @@ class RequestController < ApplicationController
end
def list
- @info_requests = InfoRequest.paginate :order => "created_at desc", :page => params[:page], :per_page => 25
+ @info_requests = InfoRequest.paginate :order => "created_at desc", :page => params[:page], :per_page => 25, :conditions => "prominence = 'normal'"
end
def frontpage