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()} ${_('repositories')} + ${parent.breadcrumbs()} ${len(c.repos_list)} ${_('repositories')}
%if c.rhodecode_user.username != 'default': %if h.HasPermissionAny('hg.admin','hg.create.repository')():