diff options
author | Francis Irving <francis@mysociety.org> | 2010-10-27 00:37:27 +0300 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-10-27 00:37:27 +0300 |
commit | b9b6b4701ddc5ef1e306dc62867c2a68c9405599 (patch) | |
tree | 2d32c93f70090081aedb7e03975637842aac9728 /app/controllers/request_game_controller.rb | |
parent | 803bd1b481867c3c1cd1825e67e199ecea1d9cf1 (diff) |
Fix a bunch of broken links (thanks Alex)
Diffstat (limited to 'app/controllers/request_game_controller.rb')
-rw-r--r-- | app/controllers/request_game_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/request_game_controller.rb b/app/controllers/request_game_controller.rb index 037ea1eef..0d70a2e03 100644 --- a/app/controllers/request_game_controller.rb +++ b/app/controllers/request_game_controller.rb @@ -20,7 +20,7 @@ class RequestGameController < ApplicationController @requests = old.sort_by{ rand }.slice(0..2) if @missing == 0 - 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>' + flash[:notice] = '<p>All done! Thank you very much for your help.</p><p>There are <a href="/help/credits#helpus">more things you can do</a> to help WhatDoTheyKnow.</p>' end @league_table_28_days = InfoRequestEvent.make_league_table( |