Fix syntax error in tracker.html

This commit is contained in:
Drew DeVault 2019-08-07 14:01:07 +09:00
parent ba054a9845
commit 27fa6fecbd
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@
</div>
<div class="comments">
<span class="icon">
{% if ticket.id in seen_ticket_ids || comment_counts.get(ticket.id, 0) == 0 %}
{% if ticket.id in seen_ticket_ids or comment_counts.get(ticket.id, 0) == 0 %}
{{icon("comments-o")}}
{% else %}
{{icon("comments")}}