From a2a187b36a750f258f92905d942b3f0f4b3476e4 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Wed, 12 Oct 2011 12:43:31 +0000 Subject: [PATCH] if no previous successful build, do not show changes section --- src/root/build.tt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/root/build.tt b/src/root/build.tt index 8b23e777..56e0cf9e 100644 --- a/src/root/build.tt +++ b/src/root/build.tt @@ -184,6 +184,7 @@ [% INCLUDE renderBuildSteps type="Failed" %] [% END %] + [% IF prevSuccessfulBuild %]

Changes


@@ -209,6 +210,7 @@
[% INCLUDE renderInputDiff build1=prevSuccessfulBuild , build2=build %]
+ [% END %] [% IF build.resultInfo.errormsg && build.resultInfo.buildstatus != 5 %]