summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/thread.html
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2012-10-10 11:48:16 +0200
committerAurélien Bompard <aurelien@bompard.org>2012-10-10 11:48:16 +0200
commit70c2df2a983ab6cd8ae808132d9c1bb8556086cd (patch)
treea4da38c984cc4fc778fc19613eafd078d6ffbe04 /hyperkitty/templates/thread.html
parent470711f139e6069f275bc107cfd4b9580332e0fd (diff)
Improve styling
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 20181b8..b019d8a 100644
--- a/hyperkitty/templates/thread.html
+++ b/hyperkitty/templates/thread.html
@@ -14,7 +14,7 @@
{% if thread %}
<a class="thread-{% ifequal forloop.counter 1 %}older{% else %}newer{% endifequal %}"
href="{% url thread threadid=thread.thread_id, mlist_fqdn=list_address %}"
- >{{ thread.subject|strip_subject:mlist|truncatesmart:"25" }}</a>
+ >{{ thread.subject|strip_subject:mlist|truncatesmart:"22" }}</a>
{% endif %}
{% endfor %}
<h1>{{ subject }}</h1>