diff rhodecode/templates/files/files.html @ 3532:9e677f6d34cb beta

Fixing missing icons. Removing the breadcrumb from the box header, so it will only be on the context bar.
author Leonardo <leo@unity3d.com>
date Tue, 05 Mar 2013 10:39:37 +0100
parents 87c97fcea029
children 7967d00e4692
line wrap: on
line diff
--- a/rhodecode/templates/files/files.html	Mon Mar 04 18:56:02 2013 +0100
+++ b/rhodecode/templates/files/files.html	Tue Mar 05 10:39:37 2013 +0100
@@ -5,11 +5,7 @@
 </%def>
 
 <%def name="breadcrumbs_links()">
-    ${h.link_to(_(u'Home'),h.url('/'))}
-    &raquo;
-    ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)}
-    &raquo;
-    ${_('files')}
+    ${_('Files')}
     %if c.file:
         @ r${c.changeset.revision}:${h.short_id(c.changeset.raw_id)}
     %endif