diff --git a/pylons_app/templates/admin.html b/pylons_app/templates/admin.html --- a/pylons_app/templates/admin.html +++ b/pylons_app/templates/admin.html @@ -34,31 +34,9 @@

Welcome ${c.admin_username}

-
${_('Last 10 user actions')}
- %if c.users_log: - - - - - - - - %for cnt,l in enumerate(c.users_log): - - - - - - - %endfor - - - -
${_('Username')}${_('Repository')}${_('Action')}${_('Date')}
${l.user.username}${l.repository}${l.action}${l.action_date}
${c.users_log.pager('$link_previous ~2~ $link_next')}
- %else: - ${_('No actions yet')} - %endif - +
+ ${c.log_data} +
%else: