From a463c58f6e233396865b742596f9a3300192e6f9 Mon Sep 17 00:00:00 2001 From: inhji Date: Thu, 9 Mar 2023 08:53:00 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Elib/chiya=5Fweb/live/note=5Fshow=5Fliv?= =?UTF-8?q?e.ex=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/chiya_web/live/note_show_live.ex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 %>