diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-03-01 11:12:10 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-03-01 11:12:10 +0000 |
commit | d943a7bd4a61e7031fe82d4317641ecc6fb05c3f (patch) | |
tree | a89bf0c1af435f92e89d60fd9c2c1bf4999f9941 /perllib/FixMyStreet/App/Controller/Around.pm | |
parent | 195d9b4e10132018859ff120c89819c1f94fa7ed (diff) |
All pins yellow, for #250.
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, } |