aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand
diff options
context:
space:
mode:
authorHakim Cassimally <hakim@mysociety.org>2015-04-09 16:51:46 +0000
committerDave Arter <davea@mysociety.org>2015-10-06 09:09:23 +0100
commitb00679b290fe7e326a8f9960e33db43b78490bde (patch)
tree14088543b2d88ccd5b6eae30a6a285b1e54b2663 /perllib/FixMyStreet/Cobrand
parentabc66884f6ee4ec39101ac11ac14dcad0a7acb88 (diff)
[Zurich] reduce number of pins on /reports
For mobile, but should be done via same mechanism. See mysociety/FixMyStreet-Commercial#670
Diffstat (limited to 'perllib/FixMyStreet/Cobrand')
-rw-r--r--perllib/FixMyStreet/Cobrand/Zurich.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Zurich.pm b/perllib/FixMyStreet/Cobrand/Zurich.pm
index dc93467a6..f49d8517e 100644
--- a/perllib/FixMyStreet/Cobrand/Zurich.pm
+++ b/perllib/FixMyStreet/Cobrand/Zurich.pm
@@ -955,4 +955,6 @@ sub contact_details_data_body_default {
return $self->{c}->model('DB::Body')->find({ name => 'Stadt Zurich' });
}
+sub reports_per_page { return 20; }
+
1;