summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-02-06 19:36:57 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-02-06 19:36:57 +0100
commit98233ae5000ba6e895ef6c2d94cb6318115e7bf7 (patch)
tree423bf5dbbcd93581e46a1ecbd311e23f36af2487 /hyperkitty/templates
parent4a6d83a920825ab2d727e65fa168717275a3deac (diff)
downloadhyperkitty-98233ae5000ba6e895ef6c2d94cb6318115e7bf7.tar.gz
hyperkitty-98233ae5000ba6e895ef6c2d94cb6318115e7bf7.tar.xz
hyperkitty-98233ae5000ba6e895ef6c2d94cb6318115e7bf7.zip
Use the email count in activity, not the thread count
As discussed on the hyperkitty-devel mailing-list.
Diffstat (limited to 'hyperkitty/templates')
-rw-r--r--hyperkitty/templates/recent_activities.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/recent_activities.html b/hyperkitty/templates/recent_activities.html
index 37b0693..711e0c5 100644
--- a/hyperkitty/templates/recent_activities.html
+++ b/hyperkitty/templates/recent_activities.html
@@ -22,7 +22,7 @@
<div id="fig">
<script type="text/javascript+protovis" >
activity_graph(
- ["{{dates_string|join:'","'}}"],
+ ["{{days|join:'","'}}"],
{{evolution}},
"{% url archives_latest mlist_fqdn=list_address %}"
);