]> git.ipfire.org Git - people/jschlag/pbs.git/blobdiff - src/templates/modules/jobs/list.html
Merge branch 'master' of git://git.ipfire.org/pbs
[people/jschlag/pbs.git] / src / templates / modules / jobs / list.html
index cdc65a7a56fa704e38b309fe3557bf881fac34fe..cdb33f17cd528551728e5e60af57eac6413062d5 100644 (file)
@@ -30,7 +30,7 @@
 
                                        {% if job.build.type == "scratch" %}
                                                <span class="label label-inverse pull-right" rel="tooltip" data-placement="top" title="{{ _("Scratch build") }}">S</span>
-                                       {% elif job.type == "test" %}
+                                       {% elif job.test %}
                                                <span class="label label-inverse pull-right" rel="tooltip" data-placement="top" title="{{ _("Test build") }}">T</span>
                                        {% end %}
                                </td>