##// END OF EJS Templates
user-audit: share same template for rendering audit logs between user and admin views.
user-audit: share same template for rendering audit logs between user and admin views.

File last commit:

r1696:089e4a01 default
r1696:089e4a01 default
Show More
admin_log.mako
15 lines | 415 B | application/x-mako | MakoHtmlLexer
templating: use .mako as extensions for template files.
r1282 ## -*- coding: utf-8 -*-
user-audit: share same template for rendering audit logs between user and admin views.
r1696 <%include file="/admin/admin_log_base.mako" />
templating: use .mako as extensions for template files.
r1282
<script type="text/javascript">
$(function(){
//because this is loaded on every pjax request, it must run only once
//therefore the .one method
$(document).on('pjax:complete',function(){
show_more_event();
});
$(document).pjax('#user_log .pager_link', '#user_log');
});
</script>