Show evaluation time in the evaluations overview
Parts of this code have been authored by @grahamc
This commit is contained in:
@ -91,6 +91,7 @@
|
||||
<td>
|
||||
[% IF latestEval %]
|
||||
[% INCLUDE renderDateTime timestamp = latestEval.timestamp %]
|
||||
(took [% relativeDuration (latestEval.checkouttime + latestEval.evaltime) %])
|
||||
[% ELSE %]
|
||||
<em>never</em>
|
||||
[% END %]
|
||||
|
Reference in New Issue
Block a user