diff rhodecode/templates/summary/summary.html @ 3392:f74be3359044 beta

unified breadcrumbs display
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 21 Feb 2013 01:53:15 +0100
parents 2e618376cef8
children 87c97fcea029
line wrap: on
line diff
--- a/rhodecode/templates/summary/summary.html	Thu Feb 21 00:41:48 2013 +0100
+++ b/rhodecode/templates/summary/summary.html	Thu Feb 21 01:53:15 2013 +0100
@@ -7,7 +7,7 @@
 <%def name="breadcrumbs_links()">
     ${h.link_to(_(u'Home'),h.url('/'))}
     &raquo;
-    ${h.repo_link(c.dbrepo.groups_and_repo)}
+    ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)}
     &raquo;
     ${_('summary')}
 </%def>