diff --git a/rhodecode/templates/summary/summary.html b/rhodecode/templates/summary/summary.html --- a/rhodecode/templates/summary/summary.html +++ b/rhodecode/templates/summary/summary.html @@ -44,30 +44,6 @@
-
- %if c.rhodecode_user.username != 'default': - ${h.link_to(_('ATOM'),h.url('atom_feed_home',repo_name=c.dbrepo.repo_name,api_key=c.rhodecode_user.api_key),class_='atom_icon')} - %else: - ${h.link_to(_('ATOM'),h.url('atom_feed_home',repo_name=c.dbrepo.repo_name),class_='atom_icon')} - %endif -
- %if c.rhodecode_user.username != 'default': - %if c.following: - - - %else: - - - %endif -
- - - -
- %endif: ## locking icon %if c.rhodecode_db_repo.enable_locking: @@ -189,7 +165,45 @@ %endif
- + +
+ +