diff rhodecode/templates/admin/admin_log.html @ 2375:bc2d8c03c050 beta

Implemented #467 Journal logs comments on changesets - added created/updated user action to journal - added created/updated users group action journal - added ip adresses to most of action_log calls to track IP changes - rewrote action_parser to simpler and more efficient solution
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 03 Jun 2012 00:40:14 +0200
parents f91d3f9b7230
children 679363531571
line wrap: on
line diff
--- a/rhodecode/templates/admin/admin_log.html	Sun Jun 03 00:37:12 2012 +0200
+++ b/rhodecode/templates/admin/admin_log.html	Sun Jun 03 00:40:14 2012 +0200
@@ -12,7 +12,7 @@
 	%for cnt,l in enumerate(c.users_log):
 	<tr class="parity${cnt%2}">
 		<td>${h.link_to(l.user.username,h.url('edit_user', id=l.user.user_id))}</td>
-		<td>${h.action_parser(l)[0]}
+		<td>${h.action_parser(l)[0]()}
 		  <div class="journal_action_params">
 		  ${h.literal(h.action_parser(l)[1]())}</div>
 		</td>