From bf335ecaf36e628fc76b3fc84c4a73ab82f9e2a0 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 18 Nov 2022 13:32:14 +0000 Subject: hq widget: use distinct classes for seen and unseen thread items count --- view/tpl/messages_widget.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/messages_widget.tpl b/view/tpl/messages_widget.tpl index 90f8e13c7..ed3bc0aaf 100644 --- a/view/tpl/messages_widget.tpl +++ b/view/tpl/messages_widget.tpl @@ -54,7 +54,7 @@ {{$e.info}} {{if $e.unseen}} - {{$e.unseen}} + {{$e.unseen}} {{/if}} {{/foreach}} @@ -129,7 +129,7 @@ e.author_addr, e.href, e.icon, - e.unseen ? '' + e.unseen + '' : '' + e.unseen ? '' + e.unseen + '' : '' ); $('#messages-loading').before(html); }); -- cgit v1.2.3