From 3613b27741cdbc9679349f069176f9dca5b15495 Mon Sep 17 00:00:00 2001 From: Inhji Date: Tue, 14 Mar 2023 07:21:53 +0100 Subject: [PATCH] show home channel id in settings --- lib/chiya_web/controllers/setting_html/show.html.heex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/chiya_web/controllers/setting_html/show.html.heex b/lib/chiya_web/controllers/setting_html/show.html.heex index 2e76dda..875be90 100644 --- a/lib/chiya_web/controllers/setting_html/show.html.heex +++ b/lib/chiya_web/controllers/setting_html/show.html.heex @@ -22,5 +22,6 @@ <:item title="User agent"><%= @setting.user_agent %> <:item title="Custom css"><%= @setting.custom_css %> <:item title="Custom html"><%= @setting.custom_html %> + <:item title="Home Channel"><%= @setting.home_channel_id %> <% end %>