diff --git a/rhodecode/templates/base/base.html b/rhodecode/templates/base/base.html
--- a/rhodecode/templates/base/base.html
+++ b/rhodecode/templates/base/base.html
@@ -149,60 +149,6 @@
${_('loading...')}
-
@@ -231,38 +177,15 @@
-
+
${_('Switch to')}
-
- -
- ${h.link_to('%s (%s)' % (_('branches'),len(c.rhodecode_repo.branches.values()),),h.url('branches_home',repo_name=c.repo_name),class_='branches childs')}
-
- %if c.rhodecode_repo.branches.values():
- %for cnt,branch in enumerate(c.rhodecode_repo.branches.items()):
- - ${h.link_to('%s - %s' % (branch[0],h.short_id(branch[1])),h.url('files_home',repo_name=c.repo_name,revision=branch[1]))}
- %endfor
- %else:
- - ${h.link_to(_('There are no branches yet'),'#')}
- %endif
-
-
- -
- ${h.link_to('%s (%s)' % (_('tags'),len(c.rhodecode_repo.tags.values()),),h.url('tags_home',repo_name=c.repo_name),class_='tags childs')}
-
- %if c.rhodecode_repo.tags.values():
- %for cnt,tag in enumerate(c.rhodecode_repo.tags.items()):
- - ${h.link_to('%s - %s' % (tag[0],h.short_id(tag[1])),h.url('files_home',repo_name=c.repo_name,revision=tag[1]))}
- %endfor
- %else:
- - ${h.link_to(_('There are no tags yet'),'#')}
- %endif
-
-
-
+
@@ -329,8 +252,73 @@
${c.repository_forks}
-
+
%else:
##ROOT MENU
@@ -373,5 +361,5 @@
%endif
- %endif
+ %endif
%def>