# HG changeset patch # User Marcin Kuzminski # Date 2011-11-11 18:00:48 # Node ID fab837f40cf779f7260c6defcbb0c92b8d923b0a # Parent a404060706c0ee62bfd76ee1fefb04ca9325500b fixed repo counter on main page diff --git a/rhodecode/public/js/rhodecode.js b/rhodecode/public/js/rhodecode.js --- a/rhodecode/public/js/rhodecode.js +++ b/rhodecode/public/js/rhodecode.js @@ -263,6 +263,8 @@ var q_filter = function(target,nodes,dis var l = nodes.length; var i; + var showing = 0; + for (i=0;i
- ${parent.breadcrumbs()} ${_('repositories')} + ${parent.breadcrumbs()} ${len(c.repos_list)} ${_('repositories')}
%if c.rhodecode_user.username != 'default': %if h.HasPermissionAny('hg.admin','hg.create.repository')():