lib/chiya_web/controllers/setting_html/show.html.heex aktualisiert

This commit is contained in:
inhji 2023-07-29 16:02:07 +02:00
parent fb9371a2fd
commit 0674fd4deb

View file

@ -32,6 +32,9 @@
<:item title="Micropub Channel">
<%= if @setting.micropub_channel, do: @setting.micropub_channel.name %>
</:item>
<:item title="Bookmark Channel">
<%= if @setting.bookmark_channel, do: @setting.bookmark_channel.name %>
</:item>
<:item title="Wiki Channel">
<%= if @setting.micropub_channel, do: @setting.wiki_channel.name %>
</:item>