Merge pull request 'render channel description' (#208) from devel into main

Reviewed-on: #208
This commit is contained in:
inhji 2023-07-13 16:40:18 +02:00
commit 7e64b51da3

View file

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