summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/thread.html
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2012-09-10 16:47:32 +0200
committerAurélien Bompard <aurelien@bompard.org>2012-09-10 16:47:32 +0200
commit1a50454b15ed97b9c744557f8d89fdbd91b7940b (patch)
treec0dde8d65787ba5b6b2dd4019bf3b0d5ba4d107b /hyperkitty/templates/thread.html
parent4935c17ef310732a5e339ff5faa6c33bfde298b6 (diff)
downloadhyperkitty-1a50454b15ed97b9c744557f8d89fdbd91b7940b.tar.gz
hyperkitty-1a50454b15ed97b9c744557f8d89fdbd91b7940b.tar.xz
hyperkitty-1a50454b15ed97b9c744557f8d89fdbd91b7940b.zip
Implement the relative dates features
Diffstat (limited to 'hyperkitty/templates/thread.html')
-rw-r--r--hyperkitty/templates/thread.html2
1 files changed, 1 insertions, 1 deletions
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' %}
<!-- End first email -->
- {% for email in threads %}
+ {% for email in replies %}
<div class="{% cycle 'even' 'odd' %}">
<!-- Start email -->
{% include 'messages/message.html' %}