From ff8a5af67943bf7c25c1d1e1fd58ace60d3c2a87 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Thu, 17 Jan 2013 17:14:07 +0100 Subject: Get rid of the stats.css file --- hyperkitty/templates/recent_activities.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hyperkitty/templates') diff --git a/hyperkitty/templates/recent_activities.html b/hyperkitty/templates/recent_activities.html index 58c784b..59b5a73 100644 --- a/hyperkitty/templates/recent_activities.html +++ b/hyperkitty/templates/recent_activities.html @@ -44,12 +44,12 @@ {% if top_author %} -
+

Prominent discussion maker

{% for author in top_author %}
-
+
#{{forloop.counter}}
@@ -59,7 +59,7 @@ {% endif %}
- {{author.name}} + {{author.name}}
+{{author.kudos}} kudos
-- cgit