From 0c27f1808e311451b4954a28245ba0d1705c0e9b Mon Sep 17 00:00:00 2001 From: Inhji Date: Sun, 7 May 2023 10:30:58 +0200 Subject: [PATCH] show channel layout in admin channel show page --- lib/chiya_web/controllers/channel_html/show.html.heex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/chiya_web/controllers/channel_html/show.html.heex b/lib/chiya_web/controllers/channel_html/show.html.heex index f76f99e..7955474 100644 --- a/lib/chiya_web/controllers/channel_html/show.html.heex +++ b/lib/chiya_web/controllers/channel_html/show.html.heex @@ -16,6 +16,7 @@ <:item title="Content"><%= @channel.content %> <:item title="Visibility"><%= @channel.visibility %> <:item title="Slug"><%= @channel.slug %> + <:item title="Layout"><%= @channel.layout %> <.back navigate={~p"/admin/channels"}>Back to channels