From 0674fd4deb5ebece7bf66620e3cdf8522c67e505 Mon Sep 17 00:00:00 2001 From: inhji Date: Sat, 29 Jul 2023 16:02:07 +0200 Subject: [PATCH] lib/chiya_web/controllers/setting_html/show.html.heex aktualisiert --- lib/chiya_web/controllers/setting_html/show.html.heex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/chiya_web/controllers/setting_html/show.html.heex b/lib/chiya_web/controllers/setting_html/show.html.heex index b14102f..f35e2e5 100644 --- a/lib/chiya_web/controllers/setting_html/show.html.heex +++ b/lib/chiya_web/controllers/setting_html/show.html.heex @@ -32,6 +32,9 @@ <:item title="Micropub Channel"> <%= if @setting.micropub_channel, do: @setting.micropub_channel.name %> + <:item title="Bookmark Channel"> + <%= if @setting.bookmark_channel, do: @setting.bookmark_channel.name %> + <:item title="Wiki Channel"> <%= if @setting.micropub_channel, do: @setting.wiki_channel.name %>