diff --git a/rhodecode/templates/index_base.html b/rhodecode/templates/index_base.html --- a/rhodecode/templates/index_base.html +++ b/rhodecode/templates/index_base.html @@ -3,7 +3,7 @@
- ${parent.breadcrumbs()} ${len(c.repos_list)} ${_('repositories')} + ${parent.breadcrumbs()} 0 ${_('repositories')}
%if c.rhodecode_user.username != 'default': %if h.HasPermissionAny('hg.admin','hg.create.repository')(): @@ -62,7 +62,7 @@ - %for cnt,repo in enumerate(c.repos_list): + %for cnt,repo in enumerate(c.repos_list,1):