put packageID into the linkURL as well

This commit is contained in:
Mike Bonnet 2008-05-23 17:44:03 -04:00
parent 79978d3626
commit c597f4c574

View file

@ -10,6 +10,9 @@
#if $user
#silent $query.append('userID=%i' % $user.id)
#end if
#if $package
#silent $query.append('packageID=%i' % $package.id)
#end if
#if $query
#echo '%s/%s?%s' % ($weburl, 'builds', '&'.join($query))
#else