2011-10-14 21:45:58 +01:00
|
|
|
.block
|
|
|
|
.secondary-navigation
|
|
|
|
%ul.wat-cf
|
|
|
|
%li.first.active= link_to t("layout.event_logs.list"), event_logs_path
|
|
|
|
.content
|
|
|
|
%h2.title
|
2012-03-29 19:34:45 +01:00
|
|
|
= title t("layout.event_logs.list_header")
|
2011-10-14 21:45:58 +01:00
|
|
|
.inner
|
|
|
|
%table.table
|
|
|
|
%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
|
|
|
|
.actions-bar.wat-cf
|
|
|
|
.actions= will_paginate
|
2012-03-19 17:32:02 +00:00
|
|
|
|
2012-03-21 17:45:51 +00:00
|
|
|
= render 'admin/submenu'
|