diff options
author | Josh Angell <josh@supercooldesign.co.uk> | 2012-03-01 11:34:40 +0000 |
---|---|---|
committer | Josh Angell <josh@supercooldesign.co.uk> | 2012-03-01 11:34:40 +0000 |
commit | b5d15d0b258de7e5333aa5b72fd5cb3772dc53b0 (patch) | |
tree | 8c695d09359d181e3dbab5d34e8f8fa1d5b73321 /perllib/FixMyStreet/App/Controller/Around.pm | |
parent | 8a3f91c6dbbde8543aa64463967e7582494b2307 (diff) | |
parent | 6be95b8b2f9530e58652710eef0e39836980e0bc (diff) |
Merge branch 'supercool' of ssh://github.com/mysociety/fixmystreet into supercool
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Around.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Around.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Around.pm b/perllib/FixMyStreet/App/Controller/Around.pm index ac8e0e719..e110cf8d7 100644 --- a/perllib/FixMyStreet/App/Controller/Around.pm +++ b/perllib/FixMyStreet/App/Controller/Around.pm @@ -189,7 +189,7 @@ sub display_location : Private { { latitude => $p->latitude, longitude => $p->longitude, - colour => $p->is_fixed ? 'green' : 'red', + colour => 'yellow', # $p->is_fixed ? 'green' : 'red', id => $p->id, title => $p->title, } |