summaryrefslogtreecommitdiffstats
path: root/smarty
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-07-11 18:43:12 +0200
committerRemi Collet <fedora@famillecollet.com>2010-07-11 18:43:12 +0200
commite6b48f0d645a72b2b4898f3ddc90fc8437f9b1e2 (patch)
treeb19e07dda8f252b997190fefeeb222e807b88cc6 /smarty
parent50f2de59ed8ea3f41530fc4f06c12ae1613416ab (diff)
add PkdDb link on zoom page, solves #58
Diffstat (limited to 'smarty')
-rw-r--r--smarty/templates/rpmphp/zoom.tpl2
1 files changed, 1 insertions, 1 deletions
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}