diff --git a/rhodecode/templates/summary/summary.html b/rhodecode/templates/summary/summary.html --- a/rhodecode/templates/summary/summary.html +++ b/rhodecode/templates/summary/summary.html @@ -44,16 +44,17 @@ ${_('public repository')} %endif ${c.repo_info.name} - - %if c.following: - - - %else: - - - %endif + %if c.rhodecode_user.username != 'default': + %if c.following: + + + %else: + + + %endif + %endif:
%if c.repo_info.dbrepo.fork: