diff pylons_app/templates/shortlog/shortlog_data.html @ 494:b4d9680cd164 celery

some code fixes templates+helpers new rfc date without tz, added timerproxy formatting
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 22 Sep 2010 04:31:21 +0200
parents 558eb7c5028f
children b50e79b4257a
line wrap: on
line diff
--- a/pylons_app/templates/shortlog/shortlog_data.html	Wed Sep 22 04:30:36 2010 +0200
+++ b/pylons_app/templates/shortlog/shortlog_data.html	Wed Sep 22 04:31:21 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())}</td>
+		<td>${h.age(cs._ctx.date())} - ${h.rfc822date_notz(cs._ctx.date())} </td>
 		<td title="${cs.author}">${h.person(cs.author)}</td>
 		<td>r${cs.revision}:${cs.raw_id}</td>
 		<td>