From fbfe8fc7ea6ba91661027ea51dec290823f9e0bb Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 10 Oct 2012 19:12:07 +0200 Subject: Improve styling in headers and thread view --- hyperkitty/templates/threads/month_list.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 hyperkitty/templates/threads/month_list.html (limited to 'hyperkitty/templates/threads') diff --git a/hyperkitty/templates/threads/month_list.html b/hyperkitty/templates/threads/month_list.html new file mode 100644 index 0000000..b3918f8 --- /dev/null +++ b/hyperkitty/templates/threads/month_list.html @@ -0,0 +1,17 @@ +{% load hk_generic %} + +
+ {% for year, months in archives_length|sort %} +

{{ year }}

+
+ +
+ {% endfor %} +
-- cgit