2015-07-03 07:54:50 -04:00
|
|
|
- page_title "Audit Log"
|
2016-06-30 12:42:07 -04:00
|
|
|
= render 'profiles/head'
|
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
|