From cf25e9091884cecb75bc067d5b6c494311d25918 Mon Sep 17 00:00:00 2001 From: inhji Date: Fri, 7 Jul 2023 13:55:22 +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 --- .../controllers/page_html/wiki.html.heex | 34 ++++++++++--------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/lib/chiya_web/controllers/page_html/wiki.html.heex b/lib/chiya_web/controllers/page_html/wiki.html.heex index 9d07cf0..e639bab 100644 --- a/lib/chiya_web/controllers/page_html/wiki.html.heex +++ b/lib/chiya_web/controllers/page_html/wiki.html.heex @@ -1,19 +1,21 @@ -<.header> - <:title>Wiki - +
+ <.header> + <:title>Wiki + -
- <%= Markdown.render(@channel.content) |> raw %> -
+
+ <%= Markdown.render(@channel.content) |> raw %> +
-<%= if @channel do %> -
-
- <.note_list notes={@notes_updated} layout={@channel.layout} /> -
+ <%= if @channel do %> +
+
+ <.note_list notes={@notes_updated} layout={@channel.layout} /> +
-
- <.note_list notes={@notes_published} layout={@channel.layout} /> -
-
-<% end %> +
+ <.note_list notes={@notes_published} layout={@channel.layout} /> +
+
+ <% end %> +
\ No newline at end of file