From 1d13b9d494abe4b03e8626b1fc88fe71a234c9e1 Mon Sep 17 00:00:00 2001 From: inhji Date: Fri, 7 Jul 2023 13:48:41 +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 | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/lib/chiya_web/controllers/page_html/channel.html.heex b/lib/chiya_web/controllers/page_html/channel.html.heex index c5bd762..a14cc81 100644 --- a/lib/chiya_web/controllers/page_html/channel.html.heex +++ b/lib/chiya_web/controllers/page_html/channel.html.heex @@ -1,8 +1,10 @@ -<.header> - <:title><%= @channel.name %> - <:subtitle><%= @channel.content %> - +
+ <.header> + <:title><%= @channel.name %> + <:subtitle><%= @channel.content %> + -
- <.note_list notes={@channel.notes} layout={@channel.layout} /> -
\ No newline at end of file +
+ <.note_list notes={@channel.notes} layout={@channel.layout} /> +
+
\ No newline at end of file