diff --git a/rhodecode/templates/journal.html b/rhodecode/templates/journal.html
--- a/rhodecode/templates/journal.html
+++ b/rhodecode/templates/journal.html
@@ -57,16 +57,16 @@
%for entry in c.following:
%if entry.follows_user_id:
-

+

${entry.follows_user.full_contact}
%endif
%if entry.follows_repo_id:
%if entry.follows_repository.private:
-

+

%else:
-

+

%endif
${h.link_to(entry.follows_repository.repo_name,h.url('summary_home',