From bf76a2964c67534bbea43777ed0dccbac5d776ef Mon Sep 17 00:00:00 2001 From: inhji Date: Fri, 7 Jul 2023 14:05:16 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/chiya_web/controllers/page_html/wiki.html.heex b/lib/chiya_web/controllers/page_html/wiki.html.heex index 690b566..82e71f7 100644 --- a/lib/chiya_web/controllers/page_html/wiki.html.heex +++ b/lib/chiya_web/controllers/page_html/wiki.html.heex @@ -11,13 +11,13 @@ <%= if @channel do %>
-

Recently Updated

+

Recently Updated

<.note_list notes={@notes_updated} layout={@channel.layout} />
-

Recently Published

+

Recently Published

<.note_list notes={@notes_published} layout={@channel.layout} />