summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--smarty/templates/rpmphp/zoom.tpl2
-rw-r--r--zoom.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/smarty/templates/rpmphp/zoom.tpl b/smarty/templates/rpmphp/zoom.tpl
index c1f882e..a470b18 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 'PkgDB'}
+ {elseif $k eq 'URL' or $k eq 'Pagure' or $k eq 'PkgDB' or $k eq 'Fedora git'}
<a href="{$v}">{$v}</a>
{else}
{$v}
diff --git a/zoom.php b/zoom.php
index 96e2cf6..648939f 100644
--- a/zoom.php
+++ b/zoom.php
@@ -174,7 +174,7 @@ if ( !isset($name) || !$name ) {
'&amp;component=' . $name;
}
$summary['Pagure'] = "https://src.fedoraproject.org/rpms/$name";
-
+ $summary['Fedora git'] = "https://src.fedoraproject.org/cgit/rpms/$name.git/";
$summary['PkgDB'] = $fedcli->getPackageURL($name);
if (isset($_GET['pkgdb'])) {