devel #188

Merged
inhji merged 3 commits from devel into main 2023-07-07 11:12:03 +02:00
Showing only changes of commit 9db9994a48 - Show all commits

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 %>