From 57d7b0147ee296350098a653ad96a160b6f6a865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Sat, 7 May 2016 23:11:43 -0400 Subject: [PATCH] Make the sidebar close a button and add aria-label to it --- 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 7ac3a9d9..47495362 100644 --- a/client/views/chan.tpl +++ b/client/views/chan.tpl @@ -1,7 +1,7 @@ {{#each channels}}
{{#if unread}}{{unread}}{{/if}} - + {{name}}
{{/each}}