From 80b1b1c14ca1ea947ef240c40cfb04136ea23416 Mon Sep 17 00:00:00 2001 From: Inhji Date: Tue, 11 Apr 2023 23:00:47 +0200 Subject: [PATCH] improve channel filter buttons --- lib/chiya_web/controllers/note_html/index.html.heex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/chiya_web/controllers/note_html/index.html.heex b/lib/chiya_web/controllers/note_html/index.html.heex index 858c9f8..07756c6 100644 --- a/lib/chiya_web/controllers/note_html/index.html.heex +++ b/lib/chiya_web/controllers/note_html/index.html.heex @@ -11,17 +11,17 @@ -
+
All <%= for channel <- @channels do %> <%= channel.name %> (<%= Enum.count(channel.notes) %>)