diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-08-01 18:15:18 +0800 |
---|---|---|
committer | Johan Cwiklinski <trasher@x-tnd.be> | 2010-08-01 18:17:05 +0800 |
commit | 10f084bb32721f81c07292af92f5cd39e681ee08 (patch) | |
tree | e97509e217b48de83059b904910c7f3cbed76140 | |
parent | 14c9846503dfe5dce78205001bae82a75c557116 (diff) |
rename link from ViewVC to GitWeb
-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} |