diff --git a/pylons_app/templates/branches/branches.html b/pylons_app/templates/branches/branches.html --- a/pylons_app/templates/branches/branches.html +++ b/pylons_app/templates/branches/branches.html @@ -1,18 +1,31 @@ +## -*- coding: utf-8 -*- <%inherit file="/base/base.html"/> + <%def name="title()"> - ${_('Branches')} + ${_('Administration')} -<%def name="breadcrumbs()"> + +<%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))} - / + » ${_('branches')} + <%def name="page_nav()"> - ${self.menu('branches')} + ${self.menu('branches')} + <%def name="main()"> - - <%include file='branches_data.html'/> - \ No newline at end of file +
+ +
+ ${self.breadcrumbs()} +
+ +
+ <%include file='branches_data.html'/> +
+
+ \ No newline at end of file