aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/request_controller.rb
diff options
context:
space:
mode:
authorfrancis <francis>2008-04-03 16:09:24 +0000
committerfrancis <francis>2008-04-03 16:09:24 +0000
commitbfe37487389fce1b334db5506040453956137981 (patch)
tree4122c535976c12608daad05ff614d2944bf65a2d /app/controllers/request_controller.rb
parent30681a75ad0cd31ea1e832f673bf08344ad6338b (diff)
Show the tracking link.
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 4275c944d..334edbbff 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.69 2008-04-01 00:36:56 francis Exp $
+# $Id: request_controller.rb,v 1.70 2008-04-03 16:09:25 francis Exp $
class RequestController < ApplicationController
@@ -40,7 +40,7 @@ class RequestController < ApplicationController
view = params[:view]
if view.nil?
- @title = "Recent Freedom of Information requests"
+ @title = "Recently sent Freedom of Information requests"
query = "variety:sent";
sortby = "newest"
elsif view == 'successful'