diff --git a/rhodecode/templates/index.html b/rhodecode/templates/index.html --- a/rhodecode/templates/index.html +++ b/rhodecode/templates/index.html @@ -27,8 +27,12 @@
-
${_('Dashboard')} - +
+ + ${_('Dashboard - %s repositories' % c.repo_cnt)}
%if c.rhodecode_user.username != 'default': %if h.HasPermissionAny('hg.admin','hg.create.repository')():