aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/templates/files/files.html
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2013-02-21 01:53:15 +0100
committerMarcin Kuzminski <marcin@python-works.com>2013-02-21 01:53:15 +0100
commit6a2e55a2b22721eeffd2f8a672984b98d15be2a0 (patch)
treea9eeb3054fcf4fa7806f44398e8c4bf4537f4e61 /rhodecode/templates/files/files.html
parent60a6c6c5f485c373223df3268c182893d17536f1 (diff)
unified breadcrumbs display
--HG-- branch : beta extra : amend_source : 69b277d9297cd2bfe6aefceddd9d97602385f156
Diffstat (limited to 'rhodecode/templates/files/files.html')
-rw-r--r--rhodecode/templates/files/files.html2
1 files changed, 1 insertions, 1 deletions
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('/'))}
&raquo;
- ${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)}
&raquo;
${_('files')}
%if c.file: