changeset 3533:5462bb077b05 beta

Adding context bar to the changeset page
author Leonardo <leo@unity3d.com>
date Wed, 06 Mar 2013 17:28:18 +0100
parents 9e677f6d34cb
children 0700ca7f6a67
files rhodecode/templates/changeset/changeset.html
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/templates/changeset/changeset.html	Tue Mar 05 10:39:37 2013 +0100
+++ b/rhodecode/templates/changeset/changeset.html	Wed Mar 06 17:28:18 2013 +0100
@@ -7,10 +7,6 @@
 </%def>
 
 <%def name="breadcrumbs_links()">
-    ${h.link_to(_(u'Home'),h.url('/'))}
-    &raquo;
-    ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)}
-    &raquo;
     ${_('changeset')} - <span class='hash'>r${c.changeset.revision}:${h.short_id(c.changeset.raw_id)}</span>
 </%def>
 
@@ -19,6 +15,7 @@
 </%def>
 
 <%def name="main()">
+${self.context_bar('changelog')}
 <div class="box">
     <!-- box / title -->
     <div class="title">