provide link to build target

This commit is contained in:
Mike Bonnet 2010-08-10 16:48:58 -04:00
parent 52b742634a
commit ca347f71d0

View file

@ -152,7 +152,7 @@ $value
#elif $task.method == 'winbuild'
<strong>VM:</strong> $params[0]<br/>
<strong>SCM URL:</strong> $params[1]<br/>
<strong>Build Target:</strong> $params[2]<br/>
<strong>Build Target:</strong> <a href="buildtargetinfo?name=$params[2]">$params[2]</a><br/>
#if $len($params) > 3
$printOpts($params[3])
#end if