|
|
@ -104,7 +104,8 @@ |
|
|
|
<div class="topic-listing-filter"> |
|
|
|
{% if tag %} |
|
|
|
{% if is_single_group %} |
|
|
|
Showing only topics in {{ link_to_group(group) }} with the tag "{{ tag|replace('_', ' ') }}". |
|
|
|
Showing only topics in {{ link_to_group(group) }} with the tag "{{ tag|replace('_', ' ') }}" ({{ topics|length }} total). |
|
|
|
<h2>{{ pluralize(topic.num_comments, "comment") }}</h2> |
|
|
|
<a href="{{ request.current_listing_normal_url() }}">Back to normal view</a> / |
|
|
|
<a href="{{ request.route_url("home", _query={"tag": tag}) }}"> |
|
|
|
{% if request.user %} |
|
|
@ -114,7 +115,7 @@ |
|
|
|
{% endif %} |
|
|
|
</a> |
|
|
|
{% else %} |
|
|
|
Showing only topics with the tag "{{ tag|replace('_', ' ') }}". |
|
|
|
Showing only topics with the tag "{{ tag|replace('_', ' ') }}" ({{ topics|length }} total). |
|
|
|
<a href="{{ request.current_listing_normal_url() }}">Back to normal view</a> |
|
|
|
{% endif %} |
|
|
|
|
|
|
|