aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2017-01-19 15:18:31 +0000
committerDave Arter <davea@mysociety.org>2017-01-19 15:18:31 +0000
commitbe3b9b2cb124f7381eba00ae1d701a50beccb056 (patch)
tree704a33ef71fbe122386022e6fe06c0f00215557d /perllib
parent1ed0503cc5bf43a5697e732cdc4581445e54d214 (diff)
[Greenwich] Show 20 reports per page instead of 100
Diffstat (limited to 'perllib')
-rw-r--r--perllib/FixMyStreet/Cobrand/Greenwich.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Greenwich.pm b/perllib/FixMyStreet/Cobrand/Greenwich.pm
index 7777079a9..f51315401 100644
--- a/perllib/FixMyStreet/Cobrand/Greenwich.pm
+++ b/perllib/FixMyStreet/Cobrand/Greenwich.pm
@@ -55,4 +55,6 @@ sub contact_email {
return join( '@', 'fixmystreet', 'royalgreenwich.gov.uk' );
}
+sub reports_per_page { return 20; }
+
1;