diff --git a/pylons_app/templates/branches/branches_data.html b/pylons_app/templates/branches/branches_data.html new file mode 100644 --- /dev/null +++ b/pylons_app/templates/branches/branches_data.html @@ -0,0 +1,30 @@ +% if c.repo_branches: +
| ${_('date')} | +${_('revision')} | +${_('name')} | +${_('links')} | +
| ${h.age(branch[1]._ctx.date())} | +r${branch[1].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))} + | +