diff options
author | Robin Houston <robin.houston@gmail.com> | 2011-08-09 21:09:10 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2011-08-09 21:09:10 +0100 |
commit | 7d1eb5df0c1bcc6a7a92755004faf85bc00496d4 (patch) | |
tree | 6f2cda5408b633662b865c1bc435cbb63b110ac8 /app/controllers/request_controller.rb | |
parent | b6860bea9d4569a52801d72734fa86849c232721 (diff) | |
parent | e6fda87211f3c525c17b0d8a2c039192a6c18bb6 (diff) |
Merge branch 'master' into wdtk
Diffstat (limited to 'app/controllers/request_controller.rb')
-rw-r--r-- | app/controllers/request_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb index 7b9421464..e446854ab 100644 --- a/app/controllers/request_controller.rb +++ b/app/controllers/request_controller.rb @@ -375,7 +375,7 @@ class RequestController < ApplicationController # Don't give advice on what to do next, as it isn't their request RequestMailer.deliver_old_unclassified_updated(@info_request) if session[:request_game] - flash[:notice] = _('Thank you for updating the status of the request \'<a href="%s">{{info_request_title}}</a>\'. There are some more requests below for you to classify.',:info_request_title=>CGI.escapeHTML(@info_request.title)) % [CGI.escapeHTML(request_url(@info_request))] + flash[:notice] = _('Thank you for updating the status of the request \'<a href="{{url}}">{{info_request_title}}</a>\'. There are some more requests below for you to classify.',:info_request_title=>CGI.escapeHTML(@info_request.title), :url=>CGI.escapeHTML(request_url(@info_request))) redirect_to play_url else flash[:notice] = _('Thank you for updating this request!') |