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

This commit is contained in:
inhji 2023-07-05 16:34:36 +02:00
parent f2b418f07e
commit a540710a55

View file

@ -1,12 +1,10 @@
<div class="mx-auto max-w-xl"> <h1 class="mt-16 text-3xl font-extrabold tracking-tight text-theme-primary">
<h1 class="mt-16 text-3xl font-extrabold tracking-tight text-theme-primary"> Tagged with &ldquo;<%= @tag.name %>&rdquo;
Tagged with &ldquo;<%= @tag.name %>&rdquo; </h1>
</h1> <p class="mt-4 text-base leading-7 text-theme-base">
<p class="mt-4 text-base leading-7 text-theme-base"> <%= @tag.content %>
<%= @tag.content %> </p>
</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} />
</div>
</div> </div>