From a8d6fb93bcdc1b13a5596c444e4a2bc5bbe3883d Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Tue, 31 Jul 2012 12:39:29 +0100 Subject: marked closed reports as such in the issues list for default cobrand --- templates/web/default/around/around_map_list_items.html | 2 ++ templates/web/default/around/on_map_list_items.html | 2 ++ 2 files changed, 4 insertions(+) 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 @@ [% prettify_epoch( p.problem.confirmed_local.epoch, 1 ) %], [% dist %]km [% IF p.problem.is_fixed %] [% loc('(fixed)') %] + [% ELSIF p.problem.is_closed %] + [% loc('(closed)') %] [% END %] [% 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 @@ [% prettify_epoch( p.confirmed_local.epoch, 1 ) %] [% IF p.is_fixed %] [% loc('(fixed)') %] + [% ELSIF p.is_closed %] + [% loc('(closed)') %] [% END %] [% END %] -- cgit v1.2.3