devel #264

Merged
inhji merged 12 commits from devel into main 2023-08-16 22:55:36 +02:00
Showing only changes of commit f1c333acec - Show all commits

View file

@ -24,7 +24,7 @@
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"
>
<%= 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>
<% end %>
</li>