diff options
Diffstat (limited to 'hyperkitty/templates/overview.html')
-rw-r--r-- | hyperkitty/templates/overview.html | 5 |
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> |