summaryrefslogtreecommitdiffstats
path: root/smarty
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-08-20 11:14:49 +0200
committerRemi Collet <fedora@famillecollet.com>2012-08-20 11:14:49 +0200
commit249e8b95b24e94a08f3defc8f55b8cda239f5a58 (patch)
tree81fc34afa5cee8ddedb0d6bb379042f056412ee7 /smarty
parent9cdc1ab3c1dcf23f62724ab9e33bdbbd145ec44b (diff)
only ask pkgdb for active fedora and epel branch
Diffstat (limited to 'smarty')
-rw-r--r--smarty/templates/rpmphp/zoom.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/smarty/templates/rpmphp/zoom.tpl b/smarty/templates/rpmphp/zoom.tpl
index 82e1a54..4dcd7a2 100644
--- a/smarty/templates/rpmphp/zoom.tpl
+++ b/smarty/templates/rpmphp/zoom.tpl
@@ -78,7 +78,7 @@
{if $p->repo_main neq $prev}
{if $fedpkg}
{getBranchPeople branch=$p->repo_main people='owner'}
- {elseif $p->active}
+ {elseif $p->askpkgdb}
{$ajax_infos}
{/if}
{/if}
@@ -87,7 +87,7 @@
{if $p->repo_main neq $prev}
{if $fedpkg}
{getBranchPeople branch=$p->repo_main people='people'}
- {elseif $p->active}
+ {elseif $p->askpkgdb}
{$ajax_infos}
{/if}
{/if}