forked from lix-project/hydra
fix build links in input diff's, showed only current build in each link
This commit is contained in:
parent
9b4f09ba83
commit
1840a842d3
|
@ -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 %]
|
||||
|
|
Loading…
Reference in a new issue