From f5b0b42ff3517fe2825b0646e9342e6b6688ff50 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Piedehierro Date: Sat, 8 Jul 2017 14:45:56 +0100 Subject: Revert "fixup?" This reverts commit 4e1d77905b6778cb42bcf11e2e5f233ce102888c. --- templates/status.tpl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/status.tpl b/templates/status.tpl index 534caa4..4f4b34b 100644 --- a/templates/status.tpl +++ b/templates/status.tpl @@ -121,13 +121,11 @@ % end {{spec['interval_nice']}} {{spec['due_nice']}} -% if publish_failures: - if spec['last_run_exit'] is not "0": +% if publish_failures and spec['last_run_exit'] is not "0":
{{spec['last_run_exit']}}: {{publish_failrues}} Show log

{{spec['last_run_error']}}

-% end % else: {{spec['last_run_exit']}} % end -- cgit v1.2.1