{% if job.state != "Complete" %}
-
+
{% else %}
{% endif %}
diff --git a/templates/jobs.html b/templates/jobs.html
index 0bbad98..3969c3f 100644
--- a/templates/jobs.html
+++ b/templates/jobs.html
@@ -8,7 +8,7 @@
{% for job in jobs %}
{% if job.state == "Failed" %}
- row='
| Job #{{job.id}} - {{job.name}}'
+ row=' |
| Job #{{job.id}} - {{job.name}}'
{% else %}
row=' |
| Job #{{job.id}} - {{job.name}}'
{% endif %}
|