From 7cbafa8b495c2a79339df6e68adb6023eb1d83eb Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Thu, 28 Nov 2013 17:43:16 +0100 Subject: Tabs to spaces --- hyperkitty/templates/overview.html | 132 +++++++++++------------ hyperkitty/templates/threads/summary_thread.html | 12 +-- 2 files changed, 72 insertions(+), 72 deletions(-) diff --git a/hyperkitty/templates/overview.html b/hyperkitty/templates/overview.html index e47feaa..56e86f6 100644 --- a/hyperkitty/templates/overview.html +++ b/hyperkitty/templates/overview.html @@ -19,77 +19,77 @@
-
-

+
+

{% if mlist.display_name %} {{ mlist.display_name }} {% else %} {{ mlist.name|until:"@" }} {% endif %}

-

{{ mlist.description|default_if_none:"" }}

- -
- -
- Loading... -
-

Post volume over the past 30 days.

- -

- - + Start a new thread -

- -

Activity Summary

-

The following statistics are from the past 30 days:

-
    -
  • {{ mlist.recent_participants_count }} participants
  • -
  • {{ mlist.recent_threads_count }} discussions
  • -
- -
-

Most active posters

- {% for poster in top_posters %} -
-
- #{{forloop.counter}} -
-
- {% gravatar poster.email 40 %} -
-
-
- {{ poster.name }} - {{ poster.count }} posts -
-
- {% endfor %} -
- -
-
- -
- -
-

Recently active discussions

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

{{ mlist.description|default_if_none:"" }}

+ +
+ +
+ Loading... +
+

Post volume over the past 30 days.

+ +

+ + + Start a new thread +

+ +

Activity Summary

+

The following statistics are from the past 30 days:

+
    +
  • {{ mlist.recent_participants_count }} participants
  • +
  • {{ mlist.recent_threads_count }} discussions
  • +
+ +
+

Most active posters

+ {% for poster in top_posters %} +
+
+ #{{forloop.counter}} +
+
+ {% gravatar poster.email 40 %} +
+
+
+ {{ poster.name }} + {{ poster.count }} posts +
+
+ {% endfor %} +
+ +
+
+ +
+ +
+

Recently active discussions

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

Most active discussions

{% for thread in top_threads %} {% include "threads/summary_thread.html" with counter=forloop.counter %} @@ -141,7 +141,7 @@
{% endif %} -
+

diff --git a/hyperkitty/templates/threads/summary_thread.html b/hyperkitty/templates/threads/summary_thread.html index 5d0972c..895c5c4 100644 --- a/hyperkitty/templates/threads/summary_thread.html +++ b/hyperkitty/templates/threads/summary_thread.html @@ -4,19 +4,19 @@