diff rhodecode/templates/shortlog/shortlog_data.html @ 631:05528ad948c4 beta

Hacking for git support,and new faster repo scan
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 24 Oct 2010 16:15:40 +0200
parents 1e757ac98988
children fd63782c4426
line wrap: on
line diff
--- a/rhodecode/templates/shortlog/shortlog_data.html	Fri Oct 22 02:58:17 2010 +0200
+++ b/rhodecode/templates/shortlog/shortlog_data.html	Sun Oct 24 16:15:40 2010 +0200
@@ -13,7 +13,7 @@
 	</tr>
 %for cnt,cs in enumerate(c.repo_changesets):
 	<tr class="parity${cnt%2}">
-		<td>${h.age(cs._ctx.date())} - ${h.rfc822date_notz(cs._ctx.date())} </td>
+		<td>${h.age(cs.date)} - ${h.rfc822date_notz(cs.date)} </td>
 		<td title="${cs.author}">${h.person(cs.author)}</td>
 		<td>r${cs.revision}:${cs.short_id}</td>
 		<td>