We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b17ce commit 87ce5cdCopy full SHA for 87ce5cd
pgcommitfest/commitfest/templates/patch.html
@@ -31,7 +31,7 @@
31
{%for c in cfbot_tasks %}
32
{%if c.status == 'COMPLETED'%}
33
<a href="https://cirrusci.com/task/{{c.id}}" title="{{c.task_name}}: {{c.status}}"><img src="/media/commitfest/new_success.svg"/></a>
34
- {%elif c.status == 'CREATED' %}
+ {%elif c.status == 'CREATED' or c.status == 'SCHEDULED' %}
35
<a href="https://cirrusci.com/task/{{c.id}}" title="{{c.task_name}}: {{c.status}}"><img src="/media/commitfest/waiting_to_start.svg"/></a>
36
{%elif c.status == 'EXECUTING' %}
37
<a href="https://cirrusci.com/task/{{c.id}}" title="{{c.task_name}}: {{c.status}}"><img src="/media/commitfest/running.svg"/></a>
0 commit comments