From 1d6f68a57113cccbf4a88b84d59fc4ec16221cad Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sat, 31 Mar 2012 17:01:03 +0200 Subject: Add link to the threads --- templates/recent_activities.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/templates/recent_activities.html b/templates/recent_activities.html index 009f2a9..8def768 100644 --- a/templates/recent_activities.html +++ b/templates/recent_activities.html @@ -25,7 +25,12 @@ $(function() {
#{{forloop.counter}} - {{email.Subject}} + + + {{email.Subject}} + +
    {% if email.category_tag %} @@ -58,7 +63,12 @@ $(function() {
    #{{forloop.counter}} - {{email.Subject}} + + + {{email.Subject}} + +
      {% if email.category_tag %} -- cgit