diff options
author | Remi Collet <remi@remirepo.net> | 2017-08-07 07:24:33 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-08-07 07:24:33 +0200 |
commit | 321ef5263e8f45ecdc1ac1e6e2bb280a756cc3f1 (patch) | |
tree | 0d3f1241ffb900f33635bed32a8c3d0485c7685e /smarty/templates | |
parent | f1f4f4ce40bad7eb93fa4c6b30bb57cfd07bccd4 (diff) |
cgit => pagure
Diffstat (limited to 'smarty/templates')
-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 0c34d2e..c1f882e 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 'GitWeb' or $k eq 'PkgDB'} + {elseif $k eq 'URL' or $k eq 'Pagure' or $k eq 'PkgDB'} <a href="{$v}">{$v}</a> {else} {$v} |