|
|
@ -105,7 +105,6 @@ |
|
|
|
{% if tag %} |
|
|
|
{% if is_single_group %} |
|
|
|
Showing only topics in {{ link_to_group(group) }} with the tag "{{ tag|replace('_', ' ') }}" ({{ topics.total_count }} 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 %} |
|
|
|