summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/ajax/reattach_suggest.html
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/templates/ajax/reattach_suggest.html')
-rw-r--r--hyperkitty/templates/ajax/reattach_suggest.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/hyperkitty/templates/ajax/reattach_suggest.html b/hyperkitty/templates/ajax/reattach_suggest.html
index 7b94075..0eaa6d5 100644
--- a/hyperkitty/templates/ajax/reattach_suggest.html
+++ b/hyperkitty/templates/ajax/reattach_suggest.html
@@ -3,7 +3,8 @@
{% for s_thread in suggested_threads %}
<li><label class="radio"><input type="radio" name="parent" value="{{ s_thread.thread_id }}" />
{{ s_thread.subject }}
- <br/>(started {{ s_thread.starting_email|get_date }}, last active: {{ s_thread|get_date }})
+ <br/>(started {{ s_thread.starting_email|get_date }}, last active: {{ s_thread|get_date }},
+ <a href="{% url 'thread' mlist_fqdn=mlist.name threadid=s_thread.thread_id %}">see this thread</a>)
</label>
</li>
{% empty %}