From cd80952a453fc39b3460b8e7b04d1ad346e267c4 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 7 May 2009 13:19:46 +0000 Subject: [PATCH] * Move up the build products in the builds page, since they're more likely to be of interest than the build inputs and build steps. --- src/root/build.tt | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/root/build.tt b/src/root/build.tt index 698ec2af..989e5f5e 100644 --- a/src/root/build.tt +++ b/src/root/build.tt @@ -202,6 +202,19 @@ +[% IF build.buildproducts %] + +

Build products

+ +[% IF !available %] +

Note: this build is no longer available.

+[% END %] + +[% INCLUDE renderProductList latestRoot=['/job' build.project.name build.jobset.name build.job.name 'latest'] %] + +[% END %] + +

Build inputs

@@ -300,19 +313,6 @@ [% END %] -[% IF build.buildproducts %] - -

Build products

- -[% IF !available %] -

Note: this build is no longer available.

-[% END %] - -[% INCLUDE renderProductList latestRoot=['/job' build.project.name build.jobset.name build.job.name 'latest'] %] - -[% END %] - - [% IF build.dependents %]

Used by