File tree 1 file changed +4
-4
lines changed
pgcommitfest/commitfest/templates
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
< span class ="label label-default "> Summary</ span > </ a >
31
31
{%for c in cfbot_tasks %}
32
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 >
33
+ < a href ="https://cirrus-ci .com/task/{{c.task_id }} " title ="{{c.task_name}}: {{c.status}} "> < img src ="/media/commitfest/new_success.svg "/> </ a >
34
34
{%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 >
35
+ < a href ="https://cirrus-ci .com/task/{{c.task_id }} " title ="{{c.task_name}}: {{c.status}} "> < img src ="/media/commitfest/waiting_to_start.svg "/> </ a >
36
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 >
37
+ < a href ="https://cirrus-ci .com/task/{{c.task_id }} " title ="{{c.task_name}}: {{c.status}} "> < img src ="/media/commitfest/running.svg "/> </ a >
38
38
{%else %}
39
- < a href ="https://cirrusci .com/task/{{c.id }} " title ="{{c.task_name}}: {{c.status}} "> < img src ="/media/commitfest/new_failure.svg "/> </ a >
39
+ < a href ="https://cirrus-ci .com/task/{{c.task_id }} " title ="{{c.task_name}}: {{c.status}} "> < img src ="/media/commitfest/new_failure.svg "/> </ a >
40
40
{%endif%}
41
41
{%endfor%}
42
42
{%endif%}
You can’t perform that action at this time.
0 commit comments