diff options
author | matthew <matthew> | 2007-09-09 09:42:10 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-09-09 09:42:10 +0000 |
commit | a38914df3e875859a9efaabe21e308d5e992c57b (patch) | |
tree | 6395af942ded775b255e943629d2cc8bbd3d6d05 | |
parent | 87f0d0a40f5d0b84b75e18a864c42c2b9f6a52b4 (diff) |
Ward is already present in Path.
-rwxr-xr-x | web/reports.cgi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/reports.cgi b/web/reports.cgi index 5dcc5c438..bd1d58ef1 100755 --- a/web/reports.cgi +++ b/web/reports.cgi @@ -7,7 +7,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: reports.cgi,v 1.12 2007-08-31 10:19:36 matthew Exp $ +# $Id: reports.cgi,v 1.13 2007-09-09 09:42:10 matthew Exp $ use strict; use Standard; @@ -184,8 +184,8 @@ sub main { $q->a({ href => $rss_url }, '<img align="right" src="/i/feed.png" width="16" height="16" title="RSS feed" alt="RSS feed of problems in this ' . $thing . '" border="0" hspace="4">'), 'This is a summary of all reports for one ' . $thing . '. You can ' . ($all ? - $q->a({href => NewURL($q, council=>undef, all=>undef) }, 'see less detail') : - $q->a({href => NewURL($q, council=>undef, all=>1) }, 'see more details')) . + $q->a({href => NewURL($q, council=>undef, ward=>undef, all=>undef) }, 'see less detail') : + $q->a({href => NewURL($q, council=>undef, ward=>undef, all=>1) }, 'see more details')) . ' or go back and ' . $q->a({href => '/reports' }, 'show all councils') . '.'); |