fix build links in input diff's, showed only current build in each link

This commit is contained in:
Rob Vermaas 2012-01-22 09:03:57 +01:00
parent 9b4f09ba83
commit 1840a842d3

View file

@ -279,7 +279,7 @@
[% BLOCK renderShortInputValue %]
[% IF input.type == "build" || input.type == "sysbuild" %]
<a href="[% c.uri_for('/build' build.id) %]">[% build.id %]</a>
<a href="[% c.uri_for('/build' input.dependency.id) %]">[% input.dependency.id %]</a>
[% ELSIF input.type == "string" || input.type == "boolean" %]
<tt>"[% input.value %]"</tt>
[% ELSE %]