summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/list-simple.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/list/list-simple.html.tmpl')
-rw-r--r--template/en/default/list/list-simple.html.tmpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/template/en/default/list/list-simple.html.tmpl b/template/en/default/list/list-simple.html.tmpl
index 3dd6656d2..b8d8241a3 100644
--- a/template/en/default/list/list-simple.html.tmpl
+++ b/template/en/default/list/list-simple.html.tmpl
@@ -39,7 +39,11 @@
</head>
<body>
- [% PROCESS list/table.html.tmpl %]
+ [% IF bugs.size == 0 %]
+ <h3>Zarro Boogs found.</h3>
+ [% ELSE %]
+ [% PROCESS list/table.html.tmpl %]
+ [% END %]
</body>
</html>