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

This commit is contained in:
inhji 2023-04-13 13:51:48 +02:00
parent 9575ea0393
commit 9560ee3ae6

View file

@ -5,7 +5,7 @@
<img <img
class="rounded-lg border border-theme-dim" class="rounded-lg border border-theme-dim"
src={ChiyaWeb.Uploaders.NoteImage.url({image.path, image}, :full_dithered)} src={ChiyaWeb.Uploaders.NoteImage.url({@image.path, @image}, :full_dithered)}
/> />
<.simple_form <.simple_form