diff rhodecode/templates/changelog/changelog.html @ 1436:88d13c1c6a55 beta

removed users_group controller in replace for model methods, fixed tests
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 20 Jul 2011 01:47:56 +0200
parents d5d7c40e8591
children 51063deaceb9
line wrap: on
line diff
--- a/rhodecode/templates/changelog/changelog.html	Tue Jul 19 17:10:34 2011 +0200
+++ b/rhodecode/templates/changelog/changelog.html	Wed Jul 20 01:47:56 2011 +0200
@@ -60,10 +60,7 @@
 						</div>	
 						<div class="right">
 									<div id="${cs.raw_id}_changes_info" class="changes">
-                                        <span id="${cs.raw_id}" class="changed_total tooltip" 
-                                        title="${_('Affected number of files, click to show more details')}">
-                                        ${len(cs.affected_files)}
-                                        </span>
+                                        <span id="${cs.raw_id}" class="changed_total tooltip" title="${_('Affected number of files, click to show more details')}">${len(cs.affected_files)}</span>
 									</div>					
 										%if len(cs.parents)>1:
 										<div class="merge">