Show evaluation time in the evaluations overview

Parts of this code have been authored by @grahamc
This commit is contained in:
Janne Heß
2021-06-29 16:53:10 +02:00
parent b9fb66401b
commit 94b88b34ae
2 changed files with 24 additions and 1 deletions
+1
View File
@@ -91,6 +91,7 @@
<td>
[% IF latestEval %]
[% INCLUDE renderDateTime timestamp = latestEval.timestamp %]
(took [% relativeDuration (latestEval.checkouttime + latestEval.evaltime) %])
[% ELSE %]
<em>never</em>
[% END %]