diff options
author | Francis Irving <francis@mysociety.org> | 2009-10-29 01:13:57 +0000 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2009-10-29 01:13:57 +0000 |
commit | ca1cb522432f24d196a426df156123c9c258616d (patch) | |
tree | a9dc93fdb1c684f354fe2559f0f19c4f5beb6fa4 /app/controllers/request_game_controller.rb | |
parent | 31c2f03226b55f9384664cd435728d3a0061e23a (diff) |
Show league table even when complete.
Diffstat (limited to 'app/controllers/request_game_controller.rb')
-rw-r--r-- | app/controllers/request_game_controller.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/controllers/request_game_controller.rb b/app/controllers/request_game_controller.rb index 599a82fd6..037ea1eef 100644 --- a/app/controllers/request_game_controller.rb +++ b/app/controllers/request_game_controller.rb @@ -20,8 +20,7 @@ class RequestGameController < ApplicationController @requests = old.sort_by{ rand }.slice(0..2) if @missing == 0 - flash[:notice] = 'All done! Thank you very much for your help.' - redirect_to frontpage_url + flash[:notice] = '<p>All done! Thank you very much for your help.</p><p>There are <a href="/help/about#helpus">more things you can do</a> to help WhatDoTheyKnow.</p>' end @league_table_28_days = InfoRequestEvent.make_league_table( |