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 @@ -7,7 +7,7 @@ <%def name="breadcrumbs_links()"> ${h.link_to(_(u'Home'),h.url('/'))} » - ${h.link_to(c.dbrepo.just_name,h.url('summary_home',repo_name=c.repo_name))} + ${h.repo_link(c.dbrepo.groups_and_repo)} » ${_('summary')} %def> @@ -108,7 +108,7 @@