„lib/chiya_web/live/note_show_live.ex“ ändern

This commit is contained in:
inhji 2023-03-09 09:23:58 +01:00
parent 3afafb88d0
commit 3eee2e004f

View file

@ -23,6 +23,9 @@ defmodule ChiyaWeb.NoteShowLive do
<:item title="Published at"><%= @note.published_at %></:item>
<:item title="Kind"><%= @note.kind %></:item>
<:item title="Url"><%= @note.url %></:item>
<%= for channel <- @note.channels do %>
<:item title="Channel"><%= @channel.name %></:item>
<% end %>
</.list>
<.line />