diff --git a/src/root/common.tt b/src/root/common.tt
index fe70e713..b6d59c24 100644
--- a/src/root/common.tt
+++ b/src/root/common.tt
@@ -137,6 +137,9 @@ BLOCK renderBuildListBody;
[% END %]
[% END;
+ IF linkToAll %]
+
+ [% IF lastBuilds.size != 0 %]
+
Lastest builds
+ [% INCLUDE renderBuildList builds=lastBuilds showStatusChange=0
+ linkToAll=c.uri_for('/job' project.name jobset.name job.name 'all') %]
+ [% END %]
[% IF queuedBuilds.size != 0 %]
Queued builds
[% INCLUDE renderBuildList builds=queuedBuilds showSchedulingInfo=1 hideResultInfo=1 %]
[% END %]
- [% IF lastBuilds.size != 0 %]
- Last 10 builds
- [% INCLUDE renderBuildList builds=lastBuilds showStatusChange=0 %]
- [% END %]
-