diff rhodecode/templates/shortlog/shortlog_data.html @ 635:fd63782c4426 beta

Fixed age, for new vcs implementation. Removed all obsolete date formatters Added simplegit middleware. fixed deps added scm type icon to main page
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 25 Oct 2010 03:19:01 +0200
parents 05528ad948c4
children ffd07396d315
line wrap: on
line diff
--- a/rhodecode/templates/shortlog/shortlog_data.html	Sun Oct 24 22:29:35 2010 +0200
+++ b/rhodecode/templates/shortlog/shortlog_data.html	Mon Oct 25 03:19:01 2010 +0200
@@ -13,7 +13,7 @@
 	</tr>
 %for cnt,cs in enumerate(c.repo_changesets):
 	<tr class="parity${cnt%2}">
-		<td>${h.age(cs.date)} - ${h.rfc822date_notz(cs.date)} </td>
+		<td>${h.age(cs.date)} - ${cs.date} </td>
 		<td title="${cs.author}">${h.person(cs.author)}</td>
 		<td>r${cs.revision}:${cs.short_id}</td>
 		<td>