From da206fdfacfdd81bb29f387b3585e42bc43a6481 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Fri, 18 May 2012 10:06:55 +0200 Subject: [PATCH] Add time to evaluation error tab. Fixes #21. --- src/root/jobset.tt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/root/jobset.tt b/src/root/jobset.tt index f2aa3c7f..f8f02971 100644 --- a/src/root/jobset.tt +++ b/src/root/jobset.tt @@ -124,6 +124,9 @@ [% IF jobset.errormsg -%]

Evaluation errors

+

+ Errors occurred at [% INCLUDE renderDateTime timestamp=jobset.errortime %]. +

[% HTML.escape(jobset.errormsg) %]
[% END %]