Highlight published MAX badges without URLs
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user