diff options
| author | Aurélien Bompard <aurelien@bompard.org> | 2012-10-05 15:01:59 +0200 |
|---|---|---|
| committer | Aurélien Bompard <aurelien@bompard.org> | 2012-10-05 15:01:59 +0200 |
| commit | c7570addec98c4e7695d83202650b9296e47c957 (patch) | |
| tree | 147cd9e6e981acdd11efd6fd3950d8f936f8ae42 /hyperkitty/templates/recent_activities.html | |
| parent | cd1a2d5f2ec738ab2f17c86dcabe8733a682aa4f (diff) | |
| download | hyperkitty-c7570addec98c4e7695d83202650b9296e47c957.tar.gz hyperkitty-c7570addec98c4e7695d83202650b9296e47c957.tar.xz hyperkitty-c7570addec98c4e7695d83202650b9296e47c957.zip | |
Improve appearance
Diffstat (limited to 'hyperkitty/templates/recent_activities.html')
| -rw-r--r-- | hyperkitty/templates/recent_activities.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hyperkitty/templates/recent_activities.html b/hyperkitty/templates/recent_activities.html index 3cbafdf..3b197c8 100644 --- a/hyperkitty/templates/recent_activities.html +++ b/hyperkitty/templates/recent_activities.html @@ -1,6 +1,7 @@ {% extends "base.html" %} {% load poll_extras %} {% load gravatar %} +{% load storm %} {% block additional_stylesheets %} <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/stats.css" /> @@ -85,7 +86,7 @@ <div class="thread"> <span class="thread_id">#{{forloop.counter}}</span> <span class="thread_title"> <a name="{{email.thread_id}}" - href="{% url thread threadid=email.thread_id, mlist_fqdn=list_address %}"> {{email.subject}} </a> </span> + href="{% url thread threadid=email.thread_id, mlist_fqdn=list_address %}">{{ email.subject|strip_subject:mlist }}</a> </span> <div class="thread_stats"> <ul class="inline-block"> {% if email.category_tag %} @@ -123,7 +124,7 @@ <div class="thread"> <span class="thread_id">#{{forloop.counter}}</span> <span class="thread_title"> <a name="{{email.thread_id}}" - href="{% url thread threadid=email.thread_id, mlist_fqdn=list_address %}"> {{email.subject}} </a> </span> + href="{% url thread threadid=email.thread_id, mlist_fqdn=list_address %}">{{ email.subject|strip_subject:mlist }}</a> </span> <div class="thread_stats"> <ul class="inline-block"> {% if email.category_tag %} |
