From 2d7743abe7aee9e71c6dd6ed722353ef948d3902 Mon Sep 17 00:00:00 2001
From: Remi Collet <fedora@famillecollet.com>
Date: Sun, 30 May 2010 16:12:40 +0800
Subject: Add Bugzilla link, fixes #44

---
 smarty/templates/rpmphp/zoom.tpl | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'smarty/templates/rpmphp')

diff --git a/smarty/templates/rpmphp/zoom.tpl b/smarty/templates/rpmphp/zoom.tpl
index 6031a69..704c6b7 100644
--- a/smarty/templates/rpmphp/zoom.tpl
+++ b/smarty/templates/rpmphp/zoom.tpl
@@ -41,7 +41,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}
-- 
cgit