„lib/chiya_web/controllers/page_html/wiki.html.heex“ ändern

This commit is contained in:
inhji 2023-07-07 12:04:26 +02:00
parent 68c6ddcced
commit 8e0b5fff40

View file

@ -2,6 +2,10 @@
<:title>Wiki</:title> <:title>Wiki</:title>
</.header> </.header>
<section class="prose prose-gruvbox">
<%= Markdown.render(@channel.content) |> raw %>
</section>
<%= if @channel do %> <%= if @channel do %>
<section class="flex flex-col md:col-row"> <section class="flex flex-col md:col-row">
<div class="w-full mt-6 sm:w-auto flex flex-1 flex-col gap-1.5"> <div class="w-full mt-6 sm:w-auto flex flex-1 flex-col gap-1.5">