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

This commit is contained in:
inhji 2023-07-07 11:07:46 +02:00
parent 0fde2fcd84
commit a3b0a7141c

View file

@ -1,3 +1,9 @@
<.header titleclass="p-name"> <.header titleclass="p-name">
<:title>Wiki</:title> <:title>Wiki</:title>
</.header> </.header>
<%= if @channel do %>
<div class="w-full mt-6 sm:w-auto flex flex-col gap-1.5">
<.note_list notes={@channel.notes} layout={:default} />
</div>
<% end %>