render channel description

This commit is contained in:
inhji 2023-07-13 16:39:55 +02:00
parent 566d867c68
commit 2ef1d4eb50

View file

@ -1,7 +1,7 @@
<section class="max-w-2xl mx-auto">
<.header>
<%= @channel.name %>
<:subtitle><%= @channel.content %></:subtitle>
<:subtitle><%= Markdown.render(@note.content) |> raw %></:subtitle>
</.header>
<div class="w-full mt-6 sm:w-auto flex flex-col gap-1.5">