diff --git a/todosrht/filters.py b/todosrht/filters.py index 8ef7b68..be8a09c 100644 --- a/todosrht/filters.py +++ b/todosrht/filters.py @@ -96,7 +96,7 @@ def label_badge(label, cls="", remove_from_ticket=None, terms=None): remove_form = f"""
{csrf_token()} -
diff --git a/todosrht/templates/tracker.html b/todosrht/templates/tracker.html index d6c05b0..17344d8 100644 --- a/todosrht/templates/tracker.html +++ b/todosrht/templates/tracker.html @@ -213,7 +213,7 @@ {{ ticket.submitter.name }} -
+
{% if ticket.id in seen_ticket_ids or comment_counts.get(ticket.id, 0) == 0 %} {{icon("comments-o")}}