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

This commit is contained in:
inhji 2023-07-05 16:54:14 +02:00
parent 76116cb290
commit 11738d140c

View file

@ -1,9 +1,7 @@
<h1 class="mt-16 text-3xl font-extrabold tracking-tight text-theme-primary"> <.header>
Tagged with &ldquo;<%= @tag.name %>&rdquo; <:title>Tagged with &ldquo;<%= @tag.name %>&rdquo;</:title>
</h1> <:subtitle><%= @tag.content %></:subtitle>
<p class="mt-4 text-base leading-7 text-theme-base"> </.header>
<%= @tag.content %>
</p>
<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} />