Commit 33b7a14c521c2e25f702a2c6304bbb109f52232b
Exists in
master
and in
2 other branches
Merge branch 'fix_thread_filter' into 'master'
Fix thread filter Fix "More" filter See merge request !186
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/colab-spb-theme-plugin/colab_spb_theme/templates/superarchives/thread-dashboard.html
@@ -25,7 +25,7 @@ | @@ -25,7 +25,7 @@ | ||
25 | {% endfor %} | 25 | {% endfor %} |
26 | </ul> | 26 | </ul> |
27 | <div class="text-right"> | 27 | <div class="text-right"> |
28 | - <a href="{% url 'haystack_search' %}?order=latest&list={{ mailinglist.name }}&type=thread"> | 28 | + <a href="{% url 'haystack_search' %}?order=latest&tag={{ mailinglist.name }}&type=thread"> |
29 | {% trans "more..." %} | 29 | {% trans "more..." %} |
30 | </a> | 30 | </a> |
31 | </div> | 31 | </div> |
@@ -39,7 +39,7 @@ | @@ -39,7 +39,7 @@ | ||
39 | {% endfor %} | 39 | {% endfor %} |
40 | </ul> | 40 | </ul> |
41 | <div class="text-right"> | 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 | {% trans "more..." %} | 43 | {% trans "more..." %} |
44 | </a> | 44 | </a> |
45 | </div> | 45 | </div> |