diff --git a/rhodecode/templates/files/files.html b/rhodecode/templates/files/files.html
--- a/rhodecode/templates/files/files.html
+++ b/rhodecode/templates/files/files.html
@@ -5,11 +5,7 @@
%def>
<%def name="breadcrumbs_links()">
- ${h.link_to(_(u'Home'),h.url('/'))}
- »
- ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)}
- »
- ${_('files')}
+ ${_('Files')}
%if c.file:
@ r${c.changeset.revision}:${h.short_id(c.changeset.raw_id)}
%endif