audit-logs: introduced new view to replace admin journal.

- audit logs will represent the all important actions made inside the system
- raw view visible for super-admins
This commit is contained in:
Marcin Kuzminski 2017-05-19 10:33:10 +02:00
parent 1e57ca4444
commit 7216dd64ff
33 changed files with 272 additions and 146 deletions

View file

@ -10,7 +10,7 @@
<%def name="breadcrumbs_links()">
<input class="q_filter_box" id="q_filter" size="15" type="text" name="filter" placeholder="${_('quick filter...')}" value=""/>
${h.link_to(_('Admin'),h.url('admin_home'))} &raquo; <span id="repo_count">0</span> ${_('repositories')}
${h.link_to(_('Admin'),h.route_path('admin_home'))} &raquo; <span id="repo_count">0</span> ${_('repositories')}
</%def>
<%def name="menu_bar_nav()">