2015-07-03 07:54:50 -04:00
|
|
|
- page_title "Audit Log"
|
2015-09-09 17:05:47 -04:00
|
|
|
- header_title page_title, audit_log_profile_path
|
2015-07-03 07:54:50 -04:00
|
|
|
|
2016-03-01 04:11:46 -05:00
|
|
|
.row.prepend-top-default
|
|
|
|
.col-lg-3.profile-settings-sidebar
|
|
|
|
%h3.prepend-top-0
|
|
|
|
= page_title
|
|
|
|
%p
|
|
|
|
This is a security log of important events involving your account.
|
|
|
|
.col-lg-9
|
|
|
|
= render 'event_table', events: @events
|