diff --git a/src/root/common.tt b/src/root/common.tt index 0058483e..eeaa2644 100644 --- a/src/root/common.tt +++ b/src/root/common.tt @@ -278,38 +278,41 @@ [% END %] [% BLOCK renderInputDiff; %] -
Input | Changes |
---|---|
[% bi1.name %] | [% INCLUDE renderInputValue input=bi1 %] to [% INCLUDE renderInputValue input=bi2 %] |
+ [% bi1.name %] | [% bi1.uri %] revision changed from [% bi1.revision %] to [% bi2.revision %]. + |
+ [% bi1.name %] | [% INCLUDE renderInputValue input=bi1 %] to [% INCLUDE renderInputValue input=bi2 %]
- [% INCLUDE renderInputDiff build1=bi1.dependency, build2=bi2.dependency %] - + [% INCLUDE renderInputDiff build1=bi1.dependency, build2=bi2.dependency, nestedDiff=1 %] + |
[% bi1.name %] | Changed input type from '[% type = bi1.type; inputTypes.$type %]' to '[% type = bi2.type; inputTypes.$type %]' |
[% bi1.name %] | Input not present in this build. |