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 @@ -5,11 +5,7 @@ <%def name="breadcrumbs_links()"> - ${h.link_to(_(u'Home'),h.url('/'))} - » - ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} - » - ${_('summary')} + ${_('Summary')} <%def name="page_nav()"> @@ -22,6 +18,7 @@ <%def name="main()"> + ${self.context_bar('summary')} <% summary = lambda n:{False:'summary-short'}.get(n) %> @@ -43,30 +40,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: @@ -96,7 +69,7 @@ ##FORK %if c.dbrepo.fork: -
+
${_('public')} ${_('Fork of')} ${c.dbrepo.fork.repo_name} @@ -188,7 +161,45 @@ %endif
-
+ +
+ +