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 %]
[% INCLUDE renderInputDiff build1=prevSuccessfulBuild , build2=build %] |