From cb60767560acb30f2dae9ef7daad0dd382380b6e Mon Sep 17 00:00:00 2001 From: inhji Date: Wed, 5 Jul 2023 16:33:20 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Elib/chiya=5Fweb/controllers/page=5Fhtm?= =?UTF-8?q?l/channel.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/channel.html.heex | 20 +++++++++---------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/lib/chiya_web/controllers/page_html/channel.html.heex b/lib/chiya_web/controllers/page_html/channel.html.heex index 4051319..f71f025 100644 --- a/lib/chiya_web/controllers/page_html/channel.html.heex +++ b/lib/chiya_web/controllers/page_html/channel.html.heex @@ -1,12 +1,10 @@ -
-

- <%= @channel.name %> -

-

- <%= @channel.content %> -

+

+ <%= @channel.name %> +

+

+ <%= @channel.content %> +

-
- <.note_list notes={@channel.notes} layout={@channel.layout} /> -
-
+
+ <.note_list notes={@channel.notes} layout={@channel.layout} /> +
\ No newline at end of file