diff options
author | Remi Collet <remi@remirepo.net> | 2021-03-11 07:42:58 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-03-11 07:42:58 +0100 |
commit | 33fddcbfbd70fa0f5f69d1a1784cd6aa845947dd (patch) | |
tree | ffa755461770f94013f9af2b79cb56d03bf47cd3 /smarty | |
parent | ec5b8ede42a7171f55b8668f07b0570ba3c513de (diff) |
remove "Packages" and "Fedora Git" links, add "Koschei" link
Diffstat (limited to 'smarty')
-rw-r--r-- | smarty/templates/rpmphp/zoom.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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} |