aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/my
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-08-19 00:08:15 +0100
committerStruan Donald <struan@exo.org.uk>2011-08-19 00:08:15 +0100
commita9a4fed583d7467c9c1f1fa56d42bcb75b4b488c (patch)
tree72941901b1bad732047bc6289139a387b049e6e8 /templates/web/default/my
parent302f5961f5da13e8124e8d2e91e52a29f141946f (diff)
parent61e6d5928be1bedb68607f8fa36f0d971711a3f8 (diff)
Merge branch 'new_statuses'
Diffstat (limited to 'templates/web/default/my')
-rw-r--r--templates/web/default/my/my.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/web/default/my/my.html b/templates/web/default/my/my.html
index 2147ef5f2..b96823df2 100644
--- a/templates/web/default/my/my.html
+++ b/templates/web/default/my/my.html
@@ -28,6 +28,11 @@
[% INCLUDE problem %]
[% END %]
+[% FOREACH p = problems.closed %]
+ [% IF loop.first %]<h2>[% loc('Closed reports') %]</h2>[% END %]
+ [% INCLUDE problem %]
+[% END %]
+
[%# FOREACH p = problems.unconfirmed;
IF loop.first;
'<h2>' _ loc('Unconfirmed reports') _ '</h2>';