Merge pull request #887 from helsinki-systems/feat/eval-overview-duration
Show evaluation time in the evaluations overview
This commit is contained in:
@ -88,6 +88,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