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