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 @@ -64,22 +64,13 @@ E.onDOMReady(function(e){
| ${cs._ctx.date()|n,filters.age} | ${cs.author|n,filters.person} | r${cs.revision} | - ${h.link_to(message_slug(cs.message), + ${h.link_to(truncate(cs.message,60), h.url('changeset_home',repo_name=c.repo_name,revision=cs._short), title=cs.message)} |