Commit e04a492187ce4f7d0333aa8b46aca03de8df0853
1 parent
20f91adb
Exists in
master
and in
2 other branches
Changed from list to tag on most relevant list view
Signed-off-by: Carlos Coêlho <carlos@pencillabs.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/colab-spb-theme-plugin/colab_spb_theme/templates/superarchives/thread-dashboard.html
... | ... | @@ -39,7 +39,7 @@ |
39 | 39 | {% endfor %} |
40 | 40 | </ul> |
41 | 41 | <div class="text-right"> |
42 | - <a href="{% url 'haystack_search' %}?list={{ mailinglist.name }}&type=thread"> | |
42 | + <a href="{% url 'haystack_search' %}?tag={{ mailinglist.name }}&type=thread"> | |
43 | 43 | {% trans "more..." %} |
44 | 44 | </a> |
45 | 45 | </div> | ... | ... |