From 13bcde7f09378bd75de19a5fc40e710f108b1e92 Mon Sep 17 00:00:00 2001 From: francis Date: Mon, 17 Nov 2008 18:33:04 +0000 Subject: Improve help. --- 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 f891c981a..da0641287 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.140 2008-11-11 13:59:26 francis Exp $ +# $Id: request_controller.rb,v 1.141 2008-11-17 18:33:04 francis Exp $ class RequestController < ApplicationController @@ -301,7 +301,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] = "Thank you! Hopefully your wait isn't too long." + flash[:notice] = "

Thank you! Hopefully your wait isn't too long.

You should get a response within 20 days, or be told if it will take longer (" 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." -- cgit v1.2.3