diff rhodecode/templates/admin/admin_log.html @ 1888:f91d3f9b7230 beta

White-space cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 12 Jan 2012 06:32:40 +0200
parents c6b811f11c94
children bc2d8c03c050
line wrap: on
line diff
--- a/rhodecode/templates/admin/admin_log.html	Thu Jan 12 05:51:13 2012 +0200
+++ b/rhodecode/templates/admin/admin_log.html	Thu Jan 12 06:32:40 2012 +0200
@@ -23,7 +23,7 @@
 		  ${l.repository_name}
 		%endif
 		</td>
-		
+
 		<td>${l.action_date}</td>
 		<td>${l.user_ip}</td>
 	</tr>
@@ -36,7 +36,7 @@
 		ypjax(e.target.href,"user_log",function(){show_more_event();tooltip_activate();});
 		YUE.preventDefault(e);
 	},'.pager_link');
-	
+
 	YUE.delegate("user_log","click",function(e,matchedEl,container){
 	      var el = e.target;
 	      YUD.setStyle(YUD.get(el.id.substring(1)),'display','');
@@ -48,6 +48,6 @@
 <div class="pagination-wh pagination-left">
 ${c.users_log.pager('$link_previous ~2~ $link_next')}
 </div>
-%else: 
-	${_('No actions yet')} 
-%endif
\ No newline at end of file
+%else:
+	${_('No actions yet')}
+%endif