diff --git a/rhodecode/templates/index.html b/rhodecode/templates/index.html
--- a/rhodecode/templates/index.html
+++ b/rhodecode/templates/index.html
@@ -107,10 +107,18 @@
${h.person(repo['contact'])} |
-
+ %if c.rhodecode_user.username != 'default':
+
+ %else:
+
+ %endif:
|
+ %if c.rhodecode_user.username != 'default':
+
+ %else:
+ %endif:
|
%endfor