diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -1796,6 +1796,15 @@ float: right; margin-top: 2px; } +.currently_following{ + + padding-left: 10px; + padding-bottom:5px; + +} + + + .add_icon { background:url("../images/icons/add.png") no-repeat scroll 3px; height:16px; 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',