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

This commit is contained in:
inhji 2023-07-05 16:52:41 +02:00
parent f942fbc4b7
commit 8057d50ecd

View file

@ -1,9 +1,7 @@
<h1 class="mt-16 text-3xl font-extrabold tracking-tight text-theme-primary"> <.header>
<%= @channel.name %> <:title><%= @channel.title %></:title>
</h1> <:subtitle><%= @channel.subtitle %></:subtitle>
<p class="mt-4 text-base leading-7 text-theme-base"> </.header>
<%= @channel.content %>
</p>
<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">
<.note_list notes={@channel.notes} layout={@channel.layout} /> <.note_list notes={@channel.notes} layout={@channel.layout} />