aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-07-30 18:10:29 +0100
committerStruan Donald <struan@exo.org.uk>2012-07-30 18:10:29 +0100
commit6c85d498baa2c7553de3b2e532bc16d4038496e5 (patch)
treea195aa426613c58acb5f7906515b5b410182a6fa
parent2a93d74d167bbecb250d418faab7ce80d5ddb309 (diff)
marked closed reports as such in the issues list
-rw-r--r--templates/web/fixmystreet/report/_item.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/web/fixmystreet/report/_item.html b/templates/web/fixmystreet/report/_item.html
index 9499398cf..c6bc0d4d8 100644
--- a/templates/web/fixmystreet/report/_item.html
+++ b/templates/web/fixmystreet/report/_item.html
@@ -17,6 +17,8 @@
[% END %]
[% IF NOT no_fixed AND problem.is_fixed %]
<small>[% loc('(fixed)') %]</small>
+ [% ELSIF NOT no_fixed AND problem.is_closed %]
+ <small>[% loc('(closed)') %]</small>
[% END %]
</div>
[% IF problem.photo %]