This commit is contained in:
Inhji 2023-08-16 22:46:13 +02:00
parent a09dd582e5
commit f1c333acec

View file

@ -24,7 +24,7 @@
href={~p"/tagged-with/#{tag.slug}"} href={~p"/tagged-with/#{tag.slug}"}
class="border border-theme-background1 rounded font-sm px-2 py-1 inline-block mb-2 hover:bg-theme-background1 transition" class="border border-theme-background1 rounded font-sm px-2 py-1 inline-block mb-2 hover:bg-theme-background1 transition"
> >
<%= tag.name %> <%= Enum.count(tag.notes) %> <%= tag.name %> <span class="text-theme-base text-xs font-mono bg-theme-primary/25 rounded-full py-0.5 px-1 align-middle"><%= Enum.count(tag.notes) %></span>
</a> </a>
<% end %> <% end %>
</li> </li>