From 36b90539324f41436e70b3a55b7c8aa750a331b1 Mon Sep 17 00:00:00 2001 From: inhji Date: Fri, 30 Jun 2023 13:29:48 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Elib/chiya=5Fweb/controllers/note=5Fhtm?= =?UTF-8?q?l/edit=5Fimage.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/note_html/edit_image.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chiya_web/controllers/note_html/edit_image.html.heex b/lib/chiya_web/controllers/note_html/edit_image.html.heex index 6bddd43..4d3cd0b 100644 --- a/lib/chiya_web/controllers/note_html/edit_image.html.heex +++ b/lib/chiya_web/controllers/note_html/edit_image.html.heex @@ -8,7 +8,7 @@ src={ChiyaWeb.Uploaders.NoteImage.url({@image.path, @image}, :full_dithered)} /> -
![<%= image.content %>](<%= ChiyaWeb.Uploaders.NoteImage.url({@image.path, @image}, :full_dithered) %>)
+
![<%= @image.content %>](<%= ChiyaWeb.Uploaders.NoteImage.url({@image.path, @image}, :full_dithered) %>)
<.simple_form :let={f}