Fix rendering of Subversion inputs in the Evaluations table
Broken since commit 75277311ac
.
Fixes #30.
This commit is contained in:
parent
fdf441a8b7
commit
ab4f0911ce
|
@ -416,9 +416,9 @@
|
|||
[% END %]
|
||||
|
||||
|
||||
[% BLOCK renderShortEval -%]
|
||||
[% BLOCK renderShortEvalInput -%]
|
||||
[%- IF input.type == "svn" || input.type == "svn-checkout" || input.type == "bzr" || input.type == "bzr-checkout" -%]
|
||||
r[%- revision -%]
|
||||
r[%- input.revision -%]
|
||||
[%- ELSIF input.type == "git" -%]
|
||||
<tt>[% input.revision.substr(0, 7) %]</tt>
|
||||
[%- ELSIF input.type == "build" || input.type == "sysbuild" -%]
|
||||
|
@ -448,7 +448,7 @@
|
|||
<td>
|
||||
[%- IF e.changedInputs.size > 0 -%]
|
||||
[%- sep=''; FOREACH input IN e.changedInputs -%]
|
||||
[%- sep %] [% input.name %] → [% INCLUDE renderShortEval input=input %]
|
||||
[%- sep %] [% input.name %] → [% INCLUDE renderShortEvalInput input=input %]
|
||||
[%- sep=','; END -%]
|
||||
[%- ELSE -%]
|
||||
-
|
||||
|
|
Loading…
Reference in a new issue