From 690cdcca4be89d7c0fe573cdc16771fec6914035 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Mon, 10 Dec 2012 12:25:38 +0100 Subject: Put the graph generation code in the main JS file --- hyperkitty/templates/recent_activities.html | 64 ++++------------------------- 1 file changed, 7 insertions(+), 57 deletions(-) (limited to 'hyperkitty/templates') diff --git a/hyperkitty/templates/recent_activities.html b/hyperkitty/templates/recent_activities.html index c982182..cec9952 100644 --- a/hyperkitty/templates/recent_activities.html +++ b/hyperkitty/templates/recent_activities.html @@ -10,70 +10,20 @@ {% block content %}
+

Activities on the list over the last 30 days

+

Recently active discussions

{% for thread in most_active_threads %} -- cgit