From 90fdcd33d03c5df3127e3d3d9bbffb9bf4c59a71 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Fri, 12 Jul 2013 11:21:46 +0200 Subject: Reorder widgets on the overview page --- hyperkitty/templates/recent_activities.html | 63 +++++++++++++++-------------- 1 file changed, 33 insertions(+), 30 deletions(-) (limited to 'hyperkitty') diff --git a/hyperkitty/templates/recent_activities.html b/hyperkitty/templates/recent_activities.html index 64d3db8..9ceb6fb 100644 --- a/hyperkitty/templates/recent_activities.html +++ b/hyperkitty/templates/recent_activities.html @@ -53,6 +53,39 @@
+ +
+ +
+ +
+
+

Discussion by category

+ {% for category, threads in threads_by_category.items %} +

{{ category.name|upper }} +

+ {% for thread in threads %} + {% include "threads/summary_thread.html" %} + {% endfor %} + {% empty %} +

No category has been set this month (yet).

+ {% endfor %} +
+
+ +
+ +
+

Most active posters

@@ -74,19 +107,7 @@ {% endfor %}
-
- -
-
-
{% if top_author %}
@@ -117,24 +138,6 @@ {% endif %}
- -
- {% if threads_by_category %} -
-

Discussion by category

- {% for category, threads in threads_by_category.items %} -

{{ category.name|upper }} -

- {% for thread in threads %} - {% include "threads/summary_thread.html" %} - {% endfor %} - {% endfor %} -
- {% endif %} -
-
-- cgit