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

unified breadcrumbs display
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 21 Feb 2013 01:53:15 +0100
parents 79818f546538
children 1c32b72930fa
line wrap: on
line diff
--- a/rhodecode/templates/bookmarks/bookmarks.html	Thu Feb 21 00:41:48 2013 +0100
+++ b/rhodecode/templates/bookmarks/bookmarks.html	Thu Feb 21 01:53:15 2013 +0100
@@ -10,7 +10,7 @@
     <input class="q_filter_box" id="q_filter_bookmarks" size="15" type="text" name="filter" value="${_('quick filter...')}"/>
     ${h.link_to(_(u'Home'),h.url('/'))}
     &raquo;
-    ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))}
+    ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)}
     &raquo;
     ${_('bookmarks')}
 </%def>