summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-07-12 16:27:52 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-07-12 16:27:52 +0200
commit138c04fc4518fac1607bbc812bb9cffde88cebeb (patch)
treed976adbe43ac26ede8425447c9259aef0b2f816f /hyperkitty/templates
parent190bf89337ec93b6325e91c3165b1a3d5c37d6a1 (diff)
downloadhyperkitty-138c04fc4518fac1607bbc812bb9cffde88cebeb.tar.gz
hyperkitty-138c04fc4518fac1607bbc812bb9cffde88cebeb.tar.xz
hyperkitty-138c04fc4518fac1607bbc812bb9cffde88cebeb.zip
Display the number of participants and discussions on the overview page
Diffstat (limited to 'hyperkitty/templates')
-rw-r--r--hyperkitty/templates/overview.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/hyperkitty/templates/overview.html b/hyperkitty/templates/overview.html
index 4966a01..9fc3336 100644
--- a/hyperkitty/templates/overview.html
+++ b/hyperkitty/templates/overview.html
@@ -21,6 +21,11 @@
<section id="graph">
<h2>Activities on the list over the last 30 days</h2>
+ <ul class="list-stats inline">
+ <li><span class="participant">{{ num_participants }} participants</span></li>
+ <li><span class="discussion">{{ num_threads }} discussions</span></li>
+ </ul>
+
<div id="fig" />
</section>