diff --git a/pylons_app/templates/summary/summary.html b/pylons_app/templates/summary/summary.html --- a/pylons_app/templates/summary/summary.html +++ b/pylons_app/templates/summary/summary.html @@ -1,7 +1,4 @@ <%inherit file="/base/base.html"/> -<%! -from pylons_app.lib import filters -%> <%def name="title()"> ${_('Repository managment')} %def> @@ -41,7 +38,7 @@ E.onDOMReady(function(e){
| ${_('date')} | -${_('author')} | -${_('revision')} | -${_('commit message')} | -${_('branch')} | -${_('tags')} | -${_('links')} | - -
| ${cs._ctx.date()|n,filters.age} | -${cs.author|n,filters.person} | -r${cs.revision}:${cs.raw_id} | -- ${h.link_to(h.truncate(cs.message,60), - h.url('changeset_home',repo_name=c.repo_name,revision=cs._short), - title=cs.message)} - | -- - | -- - | -- ${h.link_to(_('changeset'),h.url('changeset_home',repo_name=c.repo_name,revision=cs._short))} - | - ${h.link_to(_('files'),h.url('files_home',repo_name=c.repo_name,revision=cs._short))} - | -
| ${_('date')} | -${_('revision')} | -${_('name')} | -${_('links')} | -
| ${tag[1]._ctx.date()|n,filters.age} | -r${tag[1].revision}:${tag[1].raw_id} | -- - | -- ${h.link_to(_('changeset'),h.url('changeset_home',repo_name=c.repo_name,revision=tag[1].raw_id))} - | - ${h.link_to(_('files'),h.url('files_home',repo_name=c.repo_name,revision=tag[1].raw_id))} - | -
| ${_('date')} | -${_('revision')} | -${_('name')} | -${_('links')} | -
| ${branch[1]._ctx.date()|n,filters.age} | -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))} - | -