From e6b48f0d645a72b2b4898f3ddc90fc8437f9b1e2 Mon Sep 17 00:00:00 2001 From: Remi Collet 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/zoom.tpl') 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 @@ {if $k eq 'Bugzilla'} Active bugs - {elseif $k eq 'URL' or $k eq 'ViewVC'} + {elseif $k eq 'URL' or $k eq 'ViewVC' or $k eq 'PkgDB'} {$v} {else} {$v} -- cgit From a5fdd45528a85457821ef4739efcd3fc778affde Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 11 Jul 2010 18:56:05 +0200 Subject: fix issue with using name containing special char. --- smarty/templates/rpmphp/zoom.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smarty/templates/rpmphp/zoom.tpl') diff --git a/smarty/templates/rpmphp/zoom.tpl b/smarty/templates/rpmphp/zoom.tpl index bcbb222..5841478 100644 --- a/smarty/templates/rpmphp/zoom.tpl +++ b/smarty/templates/rpmphp/zoom.tpl @@ -40,7 +40,7 @@ {foreach from=$summary key=k item=v} {$k}: - + {if $k eq 'Bugzilla'} Active bugs {elseif $k eq 'URL' or $k eq 'ViewVC' or $k eq 'PkgDB'} -- cgit