diff options
author | matthew <matthew> | 2007-08-23 11:45:43 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-08-23 11:45:43 +0000 |
commit | 879efb1bae238e80f8adffc14888e6b03d82e653 (patch) | |
tree | 7ef8f2d9b8bafb3b2131e6c1774dc9cc6984cff4 /perllib/Page.pm | |
parent | c915bc85b85c1c1a2b22c02dff8767c50c299900 (diff) |
Refer to councils by name, not ID on reports page.
Diffstat (limited to 'perllib/Page.pm')
-rw-r--r-- | perllib/Page.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm index 73c19f105..f131f929d 100644 --- a/perllib/Page.pm +++ b/perllib/Page.pm @@ -6,7 +6,7 @@ # Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: Page.pm,v 1.59 2007-08-20 10:39:30 matthew Exp $ +# $Id: Page.pm,v 1.60 2007-08-23 11:45:44 matthew Exp $ # package Page; @@ -115,7 +115,7 @@ sub footer { <h2 class="v">Navigation</h2> <ul id="navigation"> <li><a href="/">Report a problem</a></li> -<li><a href="/report">All reports</a></li> +<li><a href="/reports">All reports</a></li> <li><a href="/faq">Help</a></li> <li><a href="/contact">Contact</a></li> </ul> |