diff options
author | David Cabo <david@calibea.com> | 2011-08-02 00:10:01 +0200 |
---|---|---|
committer | David Cabo <david@calibea.com> | 2011-08-02 00:10:01 +0200 |
commit | 18d5f7588c3040c8bce6798f9d6c9f80172c220c (patch) | |
tree | 0ad3a6474bf39d630a4120343ab0b0da9c414cc1 /app/controllers/request_controller.rb | |
parent | 13035996a5a794051507f5927cb2f00104be34c0 (diff) | |
parent | 38029517f95d42539dad12db748b789574a8207b (diff) |
merging from master branch
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 c8c7bd34b..f36fae463 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!') |