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