devel #193

Merged
inhji merged 9 commits from devel into main 2023-07-07 13:55:59 +02:00
Showing only changes of commit 672aff2d52 - Show all commits

View file

@ -1,9 +1,10 @@
<.header class_title="text-theme-primary p-name" class_subtitle="p-summary"> <section class="max-w-2xl mx-auto">
<.header class_title="text-theme-primary p-name" class_subtitle="p-summary">
<:title><%= @settings.title %></:title> <:title><%= @settings.title %></:title>
<:subtitle><%= @settings.subtitle %></:subtitle> <:subtitle><%= @settings.subtitle %></:subtitle>
</.header> </.header>
<section class="text-sm my-8"> <section class="text-sm my-8">
<ul class="flex flex-wrap gap-3"> <ul class="flex flex-wrap gap-3">
<li> <li>
<a <a
@ -24,10 +25,11 @@
</li> </li>
<% end %> <% end %>
</ul> </ul>
</section> </section>
<%= if @channel do %> <%= if @channel do %>
<section class="mt-8"> <section class="mt-8">
<.note_list notes={@channel.notes} layout={@channel.layout} /> <.note_list notes={@channel.notes} layout={@channel.layout} />
</section> </section>
<% end %> <% end %>
</section>