„lib/chiya_web/controllers/note_html/edit_image.html.heex“ ändern

This commit is contained in:
inhji 2023-06-30 13:29:48 +02:00
parent 29d0d7aa1b
commit 36b9053932

View file

@ -8,7 +8,7 @@
src={ChiyaWeb.Uploaders.NoteImage.url({@image.path, @image}, :full_dithered)} src={ChiyaWeb.Uploaders.NoteImage.url({@image.path, @image}, :full_dithered)}
/> />
<pre>![<%= image.content %>](<%= ChiyaWeb.Uploaders.NoteImage.url({@image.path, @image}, :full_dithered) %>)</pre> <pre>![<%= @image.content %>](<%= ChiyaWeb.Uploaders.NoteImage.url({@image.path, @image}, :full_dithered) %>)</pre>
<.simple_form <.simple_form
:let={f} :let={f}