link dist repo on task page
This commit is contained in:
parent
ddf120a4d3
commit
d60bdddcf4
1 changed files with 2 additions and 2 deletions
|
|
@ -225,7 +225,7 @@ $value
|
|||
#end if
|
||||
#elif $task.method == 'distRepo'
|
||||
<strong>Tag:</strong> <a href="taginfo?tagID=$tag.id">$tag.name</a><br/>
|
||||
<strong>Repo ID:</strong> $params[1]<br/>
|
||||
<strong>Repo ID:</strong> <a href="$pathinfo.distrepo($params[1],$tag.name)">$params[1]</a></br>
|
||||
<strong>Keys:</strong> $printValue(0, $params[2])<br/>
|
||||
$printOpts($params[3])
|
||||
#elif $task.method == 'prepRepo'
|
||||
|
|
@ -243,7 +243,7 @@ $value
|
|||
#end if
|
||||
#elif $task.method == 'createdistrepo'
|
||||
<strong>Tag:</strong> <a href="taginfo?tagID=$tag.id">$tag.name</a><br/>
|
||||
<strong>Repo ID:</strong> $params[1]<br/>
|
||||
<strong>Repo ID:</strong> <a href="$pathinfo.distrepo($params[1],$tag.name)">$params[1]</a></br>
|
||||
<strong>Arch:</strong> $printValue(0, $params[2])<br/>
|
||||
<strong>Keys:</strong> $printValue(0, $params[3])<br/>
|
||||
<strong>Options:</strong> $printMap($params[4], ' ')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue