From aad9033d061fa6fd11a8f80c4f7d2e5e1fc2d490 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Fri, 22 Dec 2017 12:30:23 +0200 Subject: [PATCH] Use notEqual helper for close button --- client/views/chan.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/views/chan.tpl b/client/views/chan.tpl index 351e0b36..857c599f 100644 --- a/client/views/chan.tpl +++ b/client/views/chan.tpl @@ -1,7 +1,7 @@ {{#each channels}}
{{#if unread}}{{roundBadgeNumber unread}}{{/if}} - {{#equal type "lobby"}}{{else}}{{/equal}} + {{#notEqual type "lobby"}}{{/notEqual}} {{name}}
{{/each}}