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

- <%= @note.name %> -

-
+ <.header titleclass="p-name"> + <:title><%= @note.name %> +
<%= Markdown.render(@note.content) |> raw %>