From a15edfb01c072fc74fee54ac074e932c770a3c12 Mon Sep 17 00:00:00 2001 From: Inhji Date: Sat, 8 Apr 2023 09:54:11 +0200 Subject: [PATCH] fix file content on note show --- lib/chiya_web/live/note_show_live.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chiya_web/live/note_show_live.ex b/lib/chiya_web/live/note_show_live.ex index 7db7bc6..2e594d3 100644 --- a/lib/chiya_web/live/note_show_live.ex +++ b/lib/chiya_web/live/note_show_live.ex @@ -39,7 +39,7 @@ defmodule ChiyaWeb.NoteShowLive do <.line />
- File Content + File Content
<%= raw ChiyaWeb.Markdown.render(@note.content) %>