aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Around.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2014-11-12 17:20:37 +0000
committerMatthew Somerville <matthew@mysociety.org>2014-11-14 22:48:56 +0000
commit57fcd59af03f823528f71c03c8f8043f4fee63ca (patch)
tree02fc01165077b85b960dc7a5727bcd07fe05df1d /perllib/FixMyStreet/App/Controller/Around.pm
parent731419689b71b39619fc82b2d833e7830ba3b192 (diff)
Only show text on /reports if appropriate.
Only show "select..." if more than one body, and only mention greyed out lines if there are any. Fixes #869.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Around.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Around.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Around.pm b/perllib/FixMyStreet/App/Controller/Around.pm
index c03f5d9c8..0e42b8a17 100644
--- a/perllib/FixMyStreet/App/Controller/Around.pm
+++ b/perllib/FixMyStreet/App/Controller/Around.pm
@@ -5,9 +5,7 @@ use namespace::autoclean;
BEGIN { extends 'Catalyst::Controller'; }
use FixMyStreet::Map;
-use List::MoreUtils qw(any);
use Encode;
-use FixMyStreet::Map;
use Utils;
=head1 NAME