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 f185f7d..6bddd43 100644 --- a/lib/chiya_web/controllers/note_html/edit_image.html.heex +++ b/lib/chiya_web/controllers/note_html/edit_image.html.heex @@ -8,6 +8,8 @@ src={ChiyaWeb.Uploaders.NoteImage.url({@image.path, @image}, :full_dithered)} /> +
![<%= image.content %>](<%= ChiyaWeb.Uploaders.NoteImage.url({@image.path, @image}, :full_dithered) %>)
+ <.simple_form :let={f} for={@changeset}