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 />