Commit 190e7c6a816bcf817e0f0e600a5557945e37722e
Exists in
master
and in
39 other branches
Merge branch 'master' into bio_field_on_userprofile
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/accounts/templates/accounts/user_detail.html
| @@ -65,7 +65,7 @@ | @@ -65,7 +65,7 @@ | ||
| 65 | {% if user_.mailinglists %} | 65 | {% if user_.mailinglists %} |
| 66 | <b>{% trans 'Groups: ' %}</b> | 66 | <b>{% trans 'Groups: ' %}</b> |
| 67 | {% for list in user_.mailinglists %} | 67 | {% for list in user_.mailinglists %} |
| 68 | - <span class="label label-primary">{{ list }}</span> | 68 | + <a href="{% url 'haystack_search' %}?order=latest&type=thread&list={{ list }}"><span class="label label-primary">{{ list }}</span></a> |
| 69 | {% endfor %} | 69 | {% endfor %} |
| 70 | {% endif %} | 70 | {% endif %} |
| 71 | 71 |