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

This commit is contained in:
inhji 2023-07-07 13:53:55 +02:00
parent 4c4cb83bf0
commit 1afbcca83b

View file

@ -1,8 +1,10 @@
<.header>
<:title>Tagged with &ldquo;<%= @tag.name %>&rdquo;</:title>
<:subtitle><%= @tag.content %></:subtitle>
</.header>
<section class="max-w-2xl mx-auto">
<.header>
<:title>Tagged with &ldquo;<%= @tag.name %>&rdquo;</:title>
<:subtitle><%= @tag.content %></:subtitle>
</.header>
<div class="w-full mt-6 sm:w-auto flex flex-col gap-1.5">
<.note_list notes={@tag.notes} />
</div>
<div class="w-full mt-6 sm:w-auto flex flex-col gap-1.5">
<.note_list notes={@tag.notes} />
</div>
</section>