diff options
Diffstat (limited to 'smarty/templates/rpmphp')
-rw-r--r-- | smarty/templates/rpmphp/zoom.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/smarty/templates/rpmphp/zoom.tpl b/smarty/templates/rpmphp/zoom.tpl index e60161c..ff79602 100644 --- a/smarty/templates/rpmphp/zoom.tpl +++ b/smarty/templates/rpmphp/zoom.tpl @@ -20,7 +20,9 @@ <tr> <th>{$k}:</th> <td{if $k eq 'Description'} id="{$name}_desc"{/if}> - {if $k eq 'URL' or $k eq 'ViewVC'} + {if $k eq 'Bugzilla'} + <a href="{$v}">Active bugs</a> + {elseif $k eq 'URL' or $k eq 'ViewVC'} <a href="{$v}">{$v}</a> {else} {$v} |