diff pylons_app/templates/summary/summary.html @ 489:460ad816820d celery

fixed bug when new repo had no last commiter, fixed bug when my_account updating information failed, by not uniq email address.
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 20 Sep 2010 22:47:20 +0200
parents b12ea84fb906
children 2256c78afe53
line wrap: on
line diff
--- a/pylons_app/templates/summary/summary.html	Sun Sep 19 03:42:48 2010 +0200
+++ b/pylons_app/templates/summary/summary.html	Mon Sep 20 22:47:20 2010 +0200
@@ -77,7 +77,7 @@
 			  </div>
 			  <div class="input-short">
 			      ${h.age(c.repo_info.last_change)} - ${h.rfc822date(c.repo_info.last_change)} 
-			      ${_('by')} ${c.repo_info.get_changeset('tip').author} 
+			      ${_('by')} ${h.get_changeset_safe(c.repo_info,'tip').author} 
 			      
 			  </div>
 			 </div>