aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2008-10-16 14:27:06 +0000
committerfrancis <francis>2008-10-16 14:27:06 +0000
commitbc30a2e9aed0bc731036d556c14698e71f72012b (patch)
treeec6ae0157b2dd83a5b2ea762e97b7e9fe47ea288
parent9d03f23f9524be7d7f3c33077f9cb592a95f8030 (diff)
Link to unhappy page for partially successful.
-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 f0587a975..d3183f273 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.120 2008-10-14 12:48:48 francis Exp $
+# $Id: request_controller.rb,v 1.121 2008-10-16 14:27:06 francis Exp $
class RequestController < ApplicationController
@@ -263,7 +263,7 @@ class RequestController < ApplicationController
# XXX quiz them here for a comment
redirect_to request_url(@info_request)
elsif @info_request.calculate_status == 'partially_successful'
- flash[:notice] = "<p>We're glad you got some of the information that you wanted.</p><p>If you found it useful, <a href=\"http://www.mysociety.org/donate/\">make a donation</a> to the charity which runs this website.</p>"
+ flash[:notice] = "<p>We're glad you got some of the information that you wanted. We have details on what to do if you are <a href=\"/help/unhappy\">unhappy about the response you got</a>.</p><p>If you found WhatDoTheyKnow useful, <a href=\"http://www.mysociety.org/donate/\">make a donation</a> to the charity which runs it.</p>"
# XXX explain how to complain / quiz them for a comment
redirect_to request_url(@info_request)
elsif @info_request.calculate_status == 'waiting_clarification'