diff options
author | Struan Donald <struan@exo.org.uk> | 2012-07-31 12:39:29 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-07-31 12:39:29 +0100 |
commit | a8d6fb93bcdc1b13a5596c444e4a2bc5bbe3883d (patch) | |
tree | da3fb016952659eeff58e015bf782f1432ec27e9 /templates | |
parent | 6c85d498baa2c7553de3b2e532bc16d4038496e5 (diff) |
marked closed reports as such in the issues list for default cobrand
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/default/around/around_map_list_items.html | 2 | ||||
-rw-r--r-- | templates/web/default/around/on_map_list_items.html | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/templates/web/default/around/around_map_list_items.html b/templates/web/default/around/around_map_list_items.html index e248ce3ed..f598a9ba9 100644 --- a/templates/web/default/around/around_map_list_items.html +++ b/templates/web/default/around/around_map_list_items.html @@ -8,6 +8,8 @@ <small>[% prettify_epoch( p.problem.confirmed_local.epoch, 1 ) %], [% dist %]km</small> [% IF p.problem.is_fixed %] <small>[% loc('(fixed)') %]</small> + [% ELSIF p.problem.is_closed %] + <small>[% loc('(closed)') %]</small> [% END %] </li> [% END %] diff --git a/templates/web/default/around/on_map_list_items.html b/templates/web/default/around/on_map_list_items.html index 245be7190..e0f8eea08 100644 --- a/templates/web/default/around/on_map_list_items.html +++ b/templates/web/default/around/on_map_list_items.html @@ -5,6 +5,8 @@ <small>[% prettify_epoch( p.confirmed_local.epoch, 1 ) %]</small> [% IF p.is_fixed %] <small>[% loc('(fixed)') %]</small> + [% ELSIF p.is_closed %] + <small>[% loc('(closed)') %]</small> [% END %] </li> [% END %] |