Bump version

This commit is contained in:
ThePetrovich 2026-08-18 21:52:27 +08:00
parent 2d1da2886d
commit c6cbc8fe70
5 changed files with 100 additions and 6 deletions

View file

@ -15,7 +15,7 @@ here. A conditional chain choosing a colour inside a template is the bug this
partial exists to prevent: it is how the same run status ended up green on one
page and grey on another.
{% endcomment %}{% state state as s %}{% spaceless %}
<span class="yksa-state yksa-state-{{ state|default:'unknown' }}"{% if title %} title="{{ title }}"{% endif %}>
<span class="yksa-state yksa-state-{{ s.name }}"{% if title %} title="{{ title }}"{% endif %}>
<i class="bi bi-{{ s.icon }}" aria-hidden="true"></i>
<span>{{ label|default:s.label }}</span>
</span>