aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/FixMyStreet.pm
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-06-08 12:27:06 +0100
committerStruan Donald <struan@exo.org.uk>2012-06-08 12:27:06 +0100
commit66630c094ba7fbb1d05c85de638ae77a8ad8e043 (patch)
tree3331bdcfb76e8b0cbe33d2a38045d87232f7ac9d /perllib/FixMyStreet/Cobrand/FixMyStreet.pm
parentaabfdd765ea0217c12307a1effa3852c00eac6a4 (diff)
parentaa59f68fcb9b26673662033c4c2d72835420ab4a (diff)
Merge branch 'barnet-newstyle'
Conflicts: .gitignore perllib/FixMyStreet/Cobrand/FixMyStreet.pm perllib/FixMyStreet/Cobrand/UKCouncils.pm templates/web/default/reports/council.html templates/web/fixmystreet/header.html templates/web/fixmystreet/report/display.html web/cobrands/bromley/layout.scss web/cobrands/fixmystreet/fixmystreet.js web/js/map-OpenLayers.js
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/FixMyStreet.pm')
-rw-r--r--perllib/FixMyStreet/Cobrand/FixMyStreet.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixMyStreet.pm b/perllib/FixMyStreet/Cobrand/FixMyStreet.pm
index 32ac0ef8d..8d6eb9ec8 100644
--- a/perllib/FixMyStreet/Cobrand/FixMyStreet.pm
+++ b/perllib/FixMyStreet/Cobrand/FixMyStreet.pm
@@ -21,6 +21,8 @@ sub get_council_sender {
return 'Email';
}
+sub all_reports_style { return 'detailed'; }
+
sub generate_problem_banner {
my ( $self, $problem ) = @_;