diff --git a/rhodecode/templates/journal/journal.html b/rhodecode/templates/journal/journal.html --- a/rhodecode/templates/journal/journal.html +++ b/rhodecode/templates/journal/journal.html @@ -43,78 +43,41 @@
+
- - ${_('Watched')} / ${_('My repos')} + +
- %if h.HasPermissionAny('hg.admin','hg.create.repository')(): -
- - -
- %if c.following: - - - - - - - %for entry in c.following: - - - - %endfor - -
${_('Name')}
- %if entry.follows_user_id: - ${_('user')} - ${entry.follows_user.full_contact} - %endif - - %if entry.follows_repo_id: -
- - -
+ + - %if h.is_hg(entry.follows_repository): - ${_('Mercurial repository')} - %elif h.is_git(entry.follows_repository): - ${_('Git repository')} - %endif - - %if entry.follows_repository.private and c.visual.show_private_icon: - ${_('private repository')} - %elif not entry.follows_repository.private and c.visual.show_public_icon: - ${_('public repository')} - %endif - - ${h.link_to(entry.follows_repository.repo_name,h.url('summary_home',repo_name=entry.follows_repository.repo_name))} - - %endif -
- %else: -
- ${_('You are not following any users or repositories')} -
- %endif +
+
+