summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/message.html
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2012-12-19 14:19:38 +0100
committerAurélien Bompard <aurelien@bompard.org>2012-12-19 14:19:38 +0100
commit015596867024364377c35b305043d99876e52816 (patch)
tree4c1e0bf0b68da7efa7dc1429d7fc70d6dccb8ea0 /hyperkitty/templates/message.html
parent6c6e9f989faf9591cc6103910dbfe875836b5da0 (diff)
The 'Back to thread' button now scrolls to the message in the thread
Diffstat (limited to 'hyperkitty/templates/message.html')
-rw-r--r--hyperkitty/templates/message.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/message.html b/hyperkitty/templates/message.html
index 1425218..947df56 100644
--- a/hyperkitty/templates/message.html
+++ b/hyperkitty/templates/message.html
@@ -7,7 +7,7 @@
<div class="message-header">
<a class="thread-back"
- href="{% url thread threadid=message.thread_id, mlist_fqdn=list_address %}">
+ href="{% url thread threadid=message.thread_id, mlist_fqdn=list_address %}#{{message.message_id_hash}}">
</a> {# the background image will be a "back to thread" button #}
<h1>{{ message.subject }}</h1>
</div>