diff pylons_app/templates/summary/summary.html @ 265:0e5455fda8fd

Implemented basic repository managment. Implemented repo2db mappings, model, helpers updates and code cleanups
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 07 Jun 2010 00:18:33 +0200
parents 6ada8c223374
children 7ec4463b6e53
line wrap: on
line diff
--- a/pylons_app/templates/summary/summary.html	Sun Jun 06 23:35:21 2010 +0200
+++ b/pylons_app/templates/summary/summary.html	Mon Jun 07 00:18:33 2010 +0200
@@ -70,7 +70,7 @@
 			<td>${cs.author|n,filters.person}</td>
 			<td>r${cs.revision}</td>
 			<td>
-				${h.link_to(truncate(cs.message,60),
+				${h.link_to(h.truncate(cs.message,60),
 				h.url('changeset_home',repo_name=c.repo_name,revision=cs._short),
 				title=cs.message)}
 			</td>