diff --git a/lib/chiya_web/live/note_show_live.ex b/lib/chiya_web/live/note_show_live.ex index e71f6d6..1aba88e 100644 --- a/lib/chiya_web/live/note_show_live.ex +++ b/lib/chiya_web/live/note_show_live.ex @@ -30,10 +30,10 @@ defmodule ChiyaWeb.NoteShowLive do
<%= for image <- @note.images do %>
- + src={Chiya.Uploaders.NoteImage.url({image.path, image}, :thumb_dithered)} + />

Delete image

<% end %>