From 6a2e55a2b22721eeffd2f8a672984b98d15be2a0 Mon Sep 17 00:00:00 2001 From: Marcin Kuzminski Date: Thu, 21 Feb 2013 01:53:15 +0100 Subject: unified breadcrumbs display --HG-- branch : beta extra : amend_source : 69b277d9297cd2bfe6aefceddd9d97602385f156 --- rhodecode/templates/files/files.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rhodecode/templates/files/files.html') diff --git a/rhodecode/templates/files/files.html b/rhodecode/templates/files/files.html index 335b1885..a121d038 100644 --- a/rhodecode/templates/files/files.html +++ b/rhodecode/templates/files/files.html @@ -7,7 +7,7 @@ <%def name="breadcrumbs_links()"> ${h.link_to(_(u'Home'),h.url('/'))} » - ${h.link_to(c.repo_name,h.url('files_home',repo_name=c.repo_name))} + ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} » ${_('files')} %if c.file: -- cgit v1.2.3