diff options
author | francis <francis> | 2008-10-17 23:32:38 +0000 |
---|---|---|
committer | francis <francis> | 2008-10-17 23:32:38 +0000 |
commit | f361cd1e5cff89557904c9954bcd8e39ded4e814 (patch) | |
tree | 7e1d73a3d7a73fe832182c1680a6ab3eea0e85d9 /app/controllers/request_controller.rb | |
parent | 657de7a8435c036ce34ef6c1203fd7997067d93f (diff) |
OK OK, no click here :)
Diffstat (limited to 'app/controllers/request_controller.rb')
-rw-r--r-- | app/controllers/request_controller.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb index 91ed4f18b..2d59e74f4 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.126 2008-10-17 23:00:21 skenaja Exp $ +# $Id: request_controller.rb,v 1.127 2008-10-17 23:32:38 francis Exp $ class RequestController < ApplicationController @@ -258,7 +258,7 @@ class RequestController < ApplicationController flash[:notice] = "<p>Thank you! Hope you don't have to wait much longer.</p> <p>By law, you should have got a response before the end of <strong>" + simple_date(@info_request.date_response_required_by) + "</strong>.</p>" redirect_to request_url(@info_request) elsif @info_request.calculate_status == 'not_held' - flash[:notice] = "Thank you! You may want to send your request to another public authority. To do so, first copy the text of your request below, then <a href=\"/new\">click here</a> and find the other authority." + flash[:notice] = "Thank you! You may want to send your request to another public authority. To do so, first copy the text of your request below, then <a href=\"/new\">find the other authority</a>." # XXX offer fancier option to duplicate request? redirect_to request_url(@info_request) elsif @info_request.calculate_status == 'rejected' |