diff --git a/rhodecode/templates/branches/branches.html b/rhodecode/templates/branches/branches.html --- a/rhodecode/templates/branches/branches.html +++ b/rhodecode/templates/branches/branches.html @@ -6,6 +6,7 @@ <%def name="breadcrumbs_links()"> + ${h.link_to(u'Home',h.url('/'))} » ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} @@ -27,5 +28,13 @@
<%include file='branches_data.html'/>
- + + \ No newline at end of file