summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2012-10-12 12:23:42 +0200
committerAurélien Bompard <aurelien@bompard.org>2012-10-12 12:23:42 +0200
commitfd9ac73da6bd9c99d93cc79bc6165deb24842cbe (patch)
treee396110c9424f063a36f325a3cc58948792c6dae /hyperkitty/templates
parentb6643e3d052b436b1d660cb123ad37a7b40c67fa (diff)
Add an icon for the attachments list toggle
Diffstat (limited to 'hyperkitty/templates')
-rw-r--r--hyperkitty/templates/messages/message.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/messages/message.html b/hyperkitty/templates/messages/message.html
index 874a849..ae111d3 100644
--- a/hyperkitty/templates/messages/message.html
+++ b/hyperkitty/templates/messages/message.html
@@ -61,7 +61,7 @@
{% endif %}
{% if not unfolded and email.attachments|count %}
<li class="attachments">
- <a href="#attachments">{{ email.attachments|count }} attachment(s)</a>
+ <a class="attachments" href="#attachments">{{ email.attachments|count }} attachment(s)</a>
<ul class="attachments-list">
{% for attachment in email.attachments %}
<li><a href="{% url message_attachment mlist_fqdn=list_address, hashid=email.message_id_hash, counter=attachment.counter, filename=attachment.name %}">{{attachment.name}}</a>