From bc30a2e9aed0bc731036d556c14698e71f72012b Mon Sep 17 00:00:00 2001 From: francis Date: Thu, 16 Oct 2008 14:27:06 +0000 Subject: Link to unhappy page for partially successful. --- app/controllers/request_controller.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/controllers/request_controller.rb') 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] = "

We're glad you got some of the information that you wanted.

If you found it useful, make a donation to the charity which runs this website.

" + flash[:notice] = "

We're glad you got some of the information that you wanted. We have details on what to do if you are unhappy about the response you got.

If you found WhatDoTheyKnow useful, make a donation to the charity which runs it.

" # XXX explain how to complain / quiz them for a comment redirect_to request_url(@info_request) elsif @info_request.calculate_status == 'waiting_clarification' -- cgit v1.2.3