Files
torsearch/templates/components/StatusBadge.html.twig

8 lines
242 B
Twig

<span {{ attributes }}
class="py-[3px] px-[7px]
bg-{{ color|default('green') }}-{{ number|default(400) }}
text-{{ text|default('black') }}
rounded-lg inline-block text-center text-xs"
>
{{ status }}
</span>