diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-02-06 19:36:57 +0100 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-02-06 19:36:57 +0100 |
commit | 98233ae5000ba6e895ef6c2d94cb6318115e7bf7 (patch) | |
tree | 423bf5dbbcd93581e46a1ecbd311e23f36af2487 /hyperkitty/templates | |
parent | 4a6d83a920825ab2d727e65fa168717275a3deac (diff) | |
download | hyperkitty-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.html | 2 |
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 %}" ); |