2015-09-11 14:41:01 +05:30
|
|
|
- page_title "Audit Log"
|
2016-08-24 12:49:21 +05:30
|
|
|
= render 'profiles/head'
|
2015-09-11 14:41:01 +05:30
|
|
|
|
2016-06-02 11:05:42 +05:30
|
|
|
.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
|