This commit is contained in:
2025-07-25 16:09:36 +02:00
parent 4b9a099550
commit fd00af0780
10 changed files with 348 additions and 26 deletions

View File

@ -263,7 +263,11 @@
{% for status in project.redmine.issue_statuses %}
{% if status.id not in project.hiddenstatuses %}
<div class='statusCard statusCard{{status.id}}'>
<h2>{{ status.name }}</h2>
<h2>
{% set label= label(status.name) %}
{{ label}}
<br><small>{{ label != status.name ? status.name : '&nbsp;' }}</small>
</h2>
{% for sprint in project.redmine.sprints|reverse %}
{% if sprint.id not in project.hiddensprints %}