From 1840a842d3a1b7e58c34453b9694e087acc07f21 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Sun, 22 Jan 2012 09:03:57 +0100 Subject: [PATCH] fix build links in input diff's, showed only current build in each link --- src/root/common.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/root/common.tt b/src/root/common.tt index 2493f3e3..9a25b3db 100644 --- a/src/root/common.tt +++ b/src/root/common.tt @@ -279,7 +279,7 @@ [% BLOCK renderShortInputValue %] [% IF input.type == "build" || input.type == "sysbuild" %] - [% build.id %] + [% input.dependency.id %] [% ELSIF input.type == "string" || input.type == "boolean" %] "[% input.value %]" [% ELSE %]