diff rhodecode/templates/summary/summary.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 a1ec653f5f95
children ffd07396d315
line wrap: on
line diff
--- a/rhodecode/templates/summary/summary.html	Sun Oct 24 22:29:35 2010 +0200
+++ b/rhodecode/templates/summary/summary.html	Mon Oct 25 03:19:01 2010 +0200
@@ -92,7 +92,7 @@
 			      <label>${_('Last change')}:</label>
 			  </div>
 			  <div class="input-short">
-			      ${h.age(c.repo_info.last_change)} - ${h.rfc822date_notz(c.repo_info.last_change)} 
+			      ${h.age(c.repo_info.last_change)} - ${c.repo_info.last_change} 
 			      ${_('by')} ${h.get_changeset_safe(c.repo_info,'tip').author} 
 			      
 			  </div>