From 33fddcbfbd70fa0f5f69d1a1784cd6aa845947dd Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Thu, 11 Mar 2021 07:42:58 +0100
Subject: remove "Packages" and "Fedora Git" links, add "Koschei" link

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

(limited to 'smarty')

diff --git a/smarty/templates/rpmphp/zoom.tpl b/smarty/templates/rpmphp/zoom.tpl
index cfc1cb7..960a908 100644
--- a/smarty/templates/rpmphp/zoom.tpl
+++ b/smarty/templates/rpmphp/zoom.tpl
@@ -43,7 +43,7 @@
                         <td{if $k eq 'Description'} id="pkgdb_desc"{/if}>
     {if $k eq 'Bugzilla'}
                             <a href="{$v}">Active bugs</a>
-    {elseif $k eq 'URL' or $k eq 'Pagure' or $k eq 'Packages' or $k eq 'Fedora git'}
+    {elseif $k eq 'URL' or $k eq 'Pagure' or $k eq 'Packages' or $k eq 'Koschei'}
                             <a href="{$v}">{$v}</a>
     {else}
                             {$v}
-- 
cgit