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,5 +1,4 @@ <%inherit file="/base/base.html"/> -<%! from pylons_app.lib import filters %> <%def name="title()"> ${_('Branches')} @@ -14,33 +13,6 @@ ${self.menu('branches')} <%def name="main()"> - - - - - - - - - - %for cnt,branch in enumerate(c.repo_branches.items()): - - - - - - - %endfor -
${_('date')}${_('revision')}${_('name')}${_('links')}
${branch[1]._ctx.date()|n,filters.age}r${branch[1].revision}:${branch[1].raw_id} - - ${h.link_to(branch[0], - h.url('changeset_home',repo_name=c.repo_name,revision=branch[1].raw_id))} - - - ${h.link_to(_('changeset'),h.url('changeset_home',repo_name=c.repo_name,revision=branch[1].raw_id))} - | - ${h.link_to(_('files'),h.url('files_home',repo_name=c.repo_name,revision=branch[1].raw_id))} -
- + <%include file='branches_data.html'/> \ No newline at end of file