From 68c6ddcced10419db39285955052a4aec544c7be Mon Sep 17 00:00:00 2001 From: inhji Date: Fri, 7 Jul 2023 12:02:47 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Elib/chiya=5Fweb/controllers/page=5Fhtm?= =?UTF-8?q?l/wiki.html.heex=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/chiya_web/controllers/page_html/wiki.html.heex | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/lib/chiya_web/controllers/page_html/wiki.html.heex b/lib/chiya_web/controllers/page_html/wiki.html.heex index ac82e94..7f60930 100644 --- a/lib/chiya_web/controllers/page_html/wiki.html.heex +++ b/lib/chiya_web/controllers/page_html/wiki.html.heex @@ -3,7 +3,13 @@ <%= if @channel do %> -
- <.note_list notes={@channel.notes} layout={@channel.layout} /> -
+
+
+ <.note_list notes={@notes_updated} layout={@channel.layout} /> +
+ +
+ <.note_list notes={@notes_published} layout={@channel.layout} /> +
+
<% end %>