diff rhodecode/templates/files/files.html @ 636:ffd07396d315 beta

Fixes for raw_id, needed for git Renamed hg controller to home css html changes
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 26 Oct 2010 03:20:32 +0200
parents a1ec653f5f95
children c8bd0e6cc3da
line wrap: on
line diff
--- a/rhodecode/templates/files/files.html	Mon Oct 25 03:19:01 2010 +0200
+++ b/rhodecode/templates/files/files.html	Tue Oct 26 03:20:32 2010 +0200
@@ -11,7 +11,7 @@
     &raquo;
     ${_('files')}
     %if c.files_list:
-        @ R${c.rev_nr}:${c.cur_rev}
+        @ R${c.rev_nr}:${h.short_id(c.cur_rev)}
     %endif        
 </%def>