diff options
author | Dave Arter <davea@mysociety.org> | 2017-01-19 15:18:31 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2017-01-19 15:18:31 +0000 |
commit | be3b9b2cb124f7381eba00ae1d701a50beccb056 (patch) | |
tree | 704a33ef71fbe122386022e6fe06c0f00215557d /perllib/FixMyStreet | |
parent | 1ed0503cc5bf43a5697e732cdc4581445e54d214 (diff) |
[Greenwich] Show 20 reports per page instead of 100
Diffstat (limited to 'perllib/FixMyStreet')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Greenwich.pm | 2 |
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; |