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

This commit is contained in:
inhji 2023-07-07 11:11:05 +02:00
parent b0b8368209
commit 9db9994a48

View file

@ -1,9 +1,9 @@
<.header titleclass="p-name">
<.header>
<:title>Wiki</:title>
</.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} />
<.note_list notes={@channel.notes} layout={@channel.layout} />
</div>
<% end %>