aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/admin/stats.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base/admin/stats.html')
-rw-r--r--templates/web/base/admin/stats.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/web/base/admin/stats.html b/templates/web/base/admin/stats.html
index d143d9f28..5aaf59068 100644
--- a/templates/web/base/admin/stats.html
+++ b/templates/web/base/admin/stats.html
@@ -51,6 +51,13 @@
<small>[% loc( 'Note that when including unconfirmed reports we use the date the report was created which may not be in the same month the report was confirmed so the numbers may jump about a little' ) %]</small>
</p>
[% END %]
+[% ELSE %]
+<ul>
+<li><a href="stats/questionnaire">[% loc('Survey Results') %]</a></li>
+<li><a href="stats/state">[% loc('Problem breakdown by state') %]</a></li>
+<li><a href="stats/fix-rate">[% loc('Category fix rate for problems > 4 weeks old') %]</a></li>
+</ul>
+
[% END %]
[% IF errors %]