diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-07-22 15:28:43 +0200 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-07-22 15:28:49 +0200 |
commit | 4f7f46f606c1be9c014352e820590d45c6de2eee (patch) | |
tree | 051c0f4671de35599801e70d31fbd3b738e97cb1 /hyperkitty/templates/ajax | |
parent | 859c8ca6e54d95b8fd6b26487a09165f0a294025 (diff) | |
download | hyperkitty-4f7f46f606c1be9c014352e820590d45c6de2eee.tar.gz hyperkitty-4f7f46f606c1be9c014352e820590d45c6de2eee.tar.xz hyperkitty-4f7f46f606c1be9c014352e820590d45c6de2eee.zip |
Improve appearance of the rattach thread page
Diffstat (limited to 'hyperkitty/templates/ajax')
-rw-r--r-- | hyperkitty/templates/ajax/reattach_suggest.html | 3 |
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 %} |