fix: adds status badges
This commit is contained in:
3
templates/components/StatusBadge.html.twig
Normal file
3
templates/components/StatusBadge.html.twig
Normal file
@@ -0,0 +1,3 @@
|
||||
<span {{ attributes }} class="py-[3px] px-[8px] bg-{{ color|default('green') }}-600 rounded-lg inline-block text-center text-xs text-gray-50">
|
||||
{{ status }}
|
||||
</span>
|
||||
Reference in New Issue
Block a user