From e6b48f0d645a72b2b4898f3ddc90fc8437f9b1e2 Mon Sep 17 00:00:00 2001
From: Remi Collet <fedora@famillecollet.com>
Date: Sun, 11 Jul 2010 18:43:12 +0200
Subject: add PkdDb link on zoom page, solves #58

---
 smarty/templates/rpmphp/zoom.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'smarty/templates/rpmphp')

diff --git a/smarty/templates/rpmphp/zoom.tpl b/smarty/templates/rpmphp/zoom.tpl
index 704c6b7..bcbb222 100644
--- a/smarty/templates/rpmphp/zoom.tpl
+++ b/smarty/templates/rpmphp/zoom.tpl
@@ -43,7 +43,7 @@
                         <td{if $k eq 'Description'} id="{$name}_desc"{/if}>
     {if $k eq 'Bugzilla'}
                             <a href="{$v}">Active bugs</a>
-    {elseif $k eq 'URL' or $k eq 'ViewVC'}
+    {elseif $k eq 'URL' or $k eq 'ViewVC' or $k eq 'PkgDB'}
                             <a href="{$v}">{$v}</a>
     {else}
                             {$v}
-- 
cgit