diff --git a/rhodecode/templates/journal.html b/rhodecode/templates/journal.html --- a/rhodecode/templates/journal.html +++ b/rhodecode/templates/journal.html @@ -51,19 +51,18 @@
%if c.following: %for entry in c.following: -
+
%if entry.follows_user_id: - - - ${entry.follows_user.username} + ${_('user')} + ${entry.follows_user.full_contact} %endif %if entry.follows_repo_id: %if entry.follows_repository.private: - + ${_('private repository')} %else: - + ${_('public repository')} %endif ${h.link_to(entry.follows_repository.repo_name,h.url('summary_home',