diff --git a/src/root/common.tt b/src/root/common.tt
index 13a8a34c..24cb3237 100644
--- a/src/root/common.tt
+++ b/src/root/common.tt
@@ -413,9 +413,10 @@
- [% last = nrShown - 1; FOREACH n IN [0..last]; eval = evals.$n; m = n + 1; next = evals.$m; %]
-
- [% eval.id %] |
+ [% last = nrShown - 1; FOREACH n IN [0..last]; eval = evals.$n; m = n + 1; next = evals.$m;
+ link = c.uri_for(c.controller('JobsetEval').action_for('view'), [eval.id]) %]
+
+ [% eval.id %] |
[% INCLUDE renderDateTime timestamp = eval.timestamp %] |
[% eval.get_column('nrSucceeded') %]
|