From 20c7adcf6c14278a1333667c4d9200c016431c92 Mon Sep 17 00:00:00 2001 From: inhji Date: Wed, 28 Jun 2023 16:35:57 +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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/chiya_web/controllers/page_html/note.html.heex b/lib/chiya_web/controllers/page_html/note.html.heex index 37c09f4..95792bb 100644 --- a/lib/chiya_web/controllers/page_html/note.html.heex +++ b/lib/chiya_web/controllers/page_html/note.html.heex @@ -1,6 +1,6 @@ -
-
-

+
+
+

<%= @note.name %>

@@ -9,10 +9,10 @@ <% else %> Unpublished <% end %> - + <.dot /> Last Updated - + <%= if not Enum.empty?(@note.tags) do %> <.dot /> Tags @@ -31,7 +31,7 @@

-
+
<%= Markdown.render(@note.content) |> raw %>
@@ -56,4 +56,4 @@

<% end %> - +