aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/my
diff options
context:
space:
mode:
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>';