From 3eee2e004f15740f7d7d0548da94ff6a7df77d5a Mon Sep 17 00:00:00 2001 From: inhji Date: Thu, 9 Mar 2023 09:23:58 +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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/chiya_web/live/note_show_live.ex b/lib/chiya_web/live/note_show_live.ex index 756f1fd..bc02095 100644 --- a/lib/chiya_web/live/note_show_live.ex +++ b/lib/chiya_web/live/note_show_live.ex @@ -23,6 +23,9 @@ defmodule ChiyaWeb.NoteShowLive do <:item title="Published at"><%= @note.published_at %> <:item title="Kind"><%= @note.kind %> <:item title="Url"><%= @note.url %> + <%= for channel <- @note.channels do %> + <:item title="Channel"><%= @channel.name %> + <% end %> <.line />