Highlight published MAX badges without URLs

This commit is contained in:
Your Name
2026-07-22 22:31:16 +05:00
parent ecc139dcce
commit e559a8b2c6
@@ -51,6 +51,10 @@
<a href="{{ pub.url }}" target="_blank" class="badge badge-info hover:bg-blue-500/20 transition-colors" title="{{ pub.error or pub.status_label }}">
{{ pub.label }} <i data-lucide="external-link" class="w-3 h-3 ml-1"></i>
</a>
{% elif pub.status == 'published' %}
<span class="badge badge-info" title="{{ pub.error or pub.status_label }}">
{{ pub.label }}
</span>
{% else %}
<span class="badge {% if pub.status == 'error' %}badge-error{% else %}badge-neutral{% endif %}" title="{{ pub.error or pub.status_label }}">
{{ pub.label }}