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: - ${_('user')} + ${_('user')} ${entry.follows_user.full_contact} %endif %if entry.follows_repo_id: %if entry.follows_repository.private: - ${_('private repository')} + ${_('private repository')} %else: - ${_('public repository')} + ${_('public repository')} %endif ${h.link_to(entry.follows_repository.repo_name,h.url('summary_home',