diff options
author | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-08-10 07:06:14 +0530 |
---|---|---|
committer | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-08-10 07:06:14 +0530 |
commit | 0981c73411f3d34d258bc4fd47606d6da41077b8 (patch) | |
tree | 04eff4963a0511a086d80d1e76b787a96eae3ee1 /hyperkitty/templates/threads | |
parent | c629cbceabddd5335dc42f7a3916e9c3d1a06db8 (diff) | |
download | hyperkitty-0981c73411f3d34d258bc4fd47606d6da41077b8.tar.gz hyperkitty-0981c73411f3d34d258bc4fd47606d6da41077b8.tar.xz hyperkitty-0981c73411f3d34d258bc4fd47606d6da41077b8.zip |
Feature : Add tag to email threads
Diffstat (limited to 'hyperkitty/templates/threads')
-rw-r--r-- | hyperkitty/templates/threads/right_col.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/threads/right_col.html b/hyperkitty/templates/threads/right_col.html index 71ec1b6..78f0621 100644 --- a/hyperkitty/templates/threads/right_col.html +++ b/hyperkitty/templates/threads/right_col.html @@ -31,7 +31,7 @@ <ul class="inline"> {% for tag in tags %} <li> - {{ tag }} | + <a href="{% url search_tag mlist_fqdn=list_address, tag=tag.tag %}" > {{ tag.tag }} </a>| </li> {% endfor %} </ul> |