Commit 728b88e3f7318d0641aea02388cf904bdbc52d23
1 parent
1fa1f016
Exists in
master
and in
1 other branch
Fix discussion link
Signed-off-by: Gustavo Jaruga Cruz <darksshades@gmail.com> Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/colab-spb-plugin/src/colab_spb/templates/discussion.html
... | ... | @@ -11,7 +11,7 @@ |
11 | 11 | </div> |
12 | 12 | {% endfor %} |
13 | 13 | <div class="text-right"> |
14 | - <a href="{% url 'haystack_search' %}?order=latest&list={{ listname }}&type=thread"> | |
14 | + <a href="{% url 'haystack_search' %}?order=latest&tag={{ listname }}&type=thread&q=tag:{{ listname }}"> | |
15 | 15 | {% trans "see all discussions" %} |
16 | 16 | </a> |
17 | 17 | </div> |
... | ... | @@ -25,7 +25,7 @@ |
25 | 25 | </div> |
26 | 26 | {% endfor %} |
27 | 27 | <div class="text-right"> |
28 | - <a href="{% url 'haystack_search' %}?list={{ listname }}&type=thread"> | |
28 | + <a href="{% url 'haystack_search' %}?tag={{ listname }}&type=thread&q=tag:{{ listname }}"> | |
29 | 29 | {% trans "see all discussions" %} |
30 | 30 | </a> |
31 | 31 | </div> | ... | ... |