diff rhodecode/templates/followers/followers.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 1c32b72930fa
children 1f334a68d057
line wrap: on
line diff
--- a/rhodecode/templates/followers/followers.html	Mon Mar 04 18:56:02 2013 +0100
+++ b/rhodecode/templates/followers/followers.html	Tue Mar 05 10:39:37 2013 +0100
@@ -6,11 +6,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;
-    ${_('followers')}
+    ${_('Followers')}
 </%def>
 
 <%def name="page_nav()">