diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-08-01 12:15:18 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-08-01 12:15:18 +0200 |
commit | 007e432970439dfb0d6bf6eb89ab3703dc98a596 (patch) | |
tree | e97509e217b48de83059b904910c7f3cbed76140 /smarty/templates/rpmphp/zoom.tpl | |
parent | 263144e642491b3fc29d31685cd23b0e6fc61eaa (diff) |
rename link from ViewVC to GitWeb
Diffstat (limited to 'smarty/templates/rpmphp/zoom.tpl')
-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 c2a5659..d8416ac 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 'ViewVC' or $k eq 'PkgDB'} + {elseif $k eq 'URL' or $k eq 'GitWeb' or $k eq 'PkgDB'} <a href="{$v}">{$v}</a> {else} {$v} |