diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2017-05-26 12:32:49 +0100 |
---|---|---|
committer | Zarino Zappia <mail@zarino.co.uk> | 2017-06-09 13:38:35 +0100 |
commit | 831943b1320841f3b9383c1e493840f9f657744c (patch) | |
tree | 805f92fff42b24f4911eb76387f8f1127286b2ff /templates | |
parent | 1b15964af653b66d755ce2bd20ece76b960a44d4 (diff) |
[Oxfordshire] Custom pin images with icons
Oxfordshire map pins now have icons on, and some use different colours,
to better communicate the status of reports.
Fixes mysociety/fixmystreetforcouncils#170
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/web/oxfordshire/front/_list-entry.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/web/oxfordshire/front/_list-entry.html b/templates/web/oxfordshire/front/_list-entry.html index 046c3b97f..43d3d6265 100755 --- a/templates/web/oxfordshire/front/_list-entry.html +++ b/templates/web/oxfordshire/front/_list-entry.html @@ -1 +1,4 @@ -[% INCLUDE 'report/_item.html' no_fixed = 1 item_extra_class = 'item-list__item--with-pin' %] +[% INCLUDE 'report/_item.html' + no_fixed = 1 + item_extra_class = 'item-list__item--with-pin ' _ c.cobrand.pin_colour(problem) +%] |