15 lines
500 B
Plaintext
15 lines
500 B
Plaintext
|
%h3.fix= title t("layout.event_logs.list_header")
|
||
|
|
||
|
%table#datatable.tablesorter.list-users
|
||
|
%tr
|
||
|
%th.first= t("activerecord.attributes.event_log.kind")
|
||
|
%th= t("activerecord.attributes.event_log.created_at")
|
||
|
%th= t("activerecord.attributes.event_log.user")
|
||
|
%th= t("activerecord.attributes.event_log.ip")
|
||
|
%th= t("activerecord.attributes.event_log.protocol")
|
||
|
%th.last= t("activerecord.attributes.event_log.description")
|
||
|
= render @event_logs
|
||
|
= will_paginate
|
||
|
|
||
|
= render 'submenu'
|