diff --git a/src/root/jobset-eval.tt b/src/root/jobset-eval.tt
index bec9fd79..1a41cbab 100644
--- a/src/root/jobset-eval.tt
+++ b/src/root/jobset-eval.tt
@@ -15,8 +15,8 @@ c.uri_for(c.controller('JobsetEval').action_for('view'),
[% size = builds.size; max = full ? size : 30; %]
[% INCLUDE renderBuildListBody builds=builds.slice(0, (size > max ? max : size) - 1)
hideProjectName=1 hideJobsetName=1 %]
- [% IF size > max %]
-
([% size - max %] more builds omitted) |
+ [% IF size > max; params = c.req.params; params.full = 1 %]
+ ([% size - max %] more builds omitted) |
[% END %]
[% END %]
@@ -42,8 +42,8 @@ c.uri_for(c.controller('JobsetEval').action_for('view'),
[% j.system %] |
[%- END -%]
- [% IF size > max %]
- ([% size - max %] more jobs omitted) |
+ [% IF size > max; params = c.req.params; params.full = 1 %]
+ ([% size - max %] more jobs omitted) |
[% END %]
[% END %]