aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2009-01-23 12:53:38 +0000
committerfrancis <francis>2009-01-23 12:53:38 +0000
commit0e8e55befeb8a60fef84c7b089ed2c43f908ff77 (patch)
tree0d7a9b5e344d1c6c49fc59b85398709c71dc6253
parent22acd6c5b78a1cd1d2a7efa80034256a4cd15412 (diff)
Fix typo
-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 f691554dd..54d2b8924 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.145 2009-01-23 12:50:20 francis Exp $
+# $Id: request_controller.rb,v 1.146 2009-01-23 12:53:38 francis Exp $
class RequestController < ApplicationController
@@ -306,7 +306,7 @@ class RequestController < ApplicationController
elsif @info_request.calculate_status == 'gone_postal'
redirect_to respond_to_last_url(@info_request) + "?gone_postal=1"
elsif @info_request.calculate_status == 'internal_review'
- flash[:notice] = "<p>Thank you! Hopefully your wait isn't too long.</p><p>You should get a response within 20 days, or be told if it will take longer (<a href=\"" + unhappy_url(@info_request) + "#internal-review\">details</a>).</p>"
+ flash[:notice] = "<p>Thank you! Hopefully your wait isn't too long.</p><p>You should get a response within 20 days, or be told if it will take longer (<a href=\"" + unhappy_url(@info_request) + "#internal_review\">details</a>).</p>"
redirect_to request_url(@info_request)
elsif @info_request.calculate_status == 'requires_admin'
flash[:notice] = "Please use the form below if you would like to tell us what is unusual about the response."