From 1a50454b15ed97b9c744557f8d89fdbd91b7940b Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Mon, 10 Sep 2012 16:47:32 +0200 Subject: Implement the relative dates features --- hyperkitty/templates/thread.html | 2 +- hyperkitty/templates/threads/right_col.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'hyperkitty/templates') diff --git a/hyperkitty/templates/thread.html b/hyperkitty/templates/thread.html index a0551d8..2730db9 100644 --- a/hyperkitty/templates/thread.html +++ b/hyperkitty/templates/thread.html @@ -17,7 +17,7 @@ {% include 'messages/first_email.html' %} - {% for email in threads %} + {% for email in replies %}
{% include 'messages/message.html' %} diff --git a/hyperkitty/templates/threads/right_col.html b/hyperkitty/templates/threads/right_col.html index 19ac788..0ad0438 100644 --- a/hyperkitty/templates/threads/right_col.html +++ b/hyperkitty/templates/threads/right_col.html @@ -5,7 +5,7 @@
- 21 + {{ days_inactive }}
days @@ -13,7 +13,7 @@ inactive
- 24 + {{ days_old }}
days -- cgit