2017-09-10 17:25:29 +05:30
|
|
|
- page_title "Authentication log"
|
|
|
|
- @content_class = "limit-container-width" unless fluid_layout
|
2015-09-11 14:41:01 +05:30
|
|
|
|
2016-06-02 11:05:42 +05:30
|
|
|
.row.prepend-top-default
|
2017-09-10 17:25:29 +05:30
|
|
|
.col-lg-4.profile-settings-sidebar
|
2018-03-17 18:26:18 +05:30
|
|
|
%h4.prepend-top-0
|
2016-06-02 11:05:42 +05:30
|
|
|
= page_title
|
|
|
|
%p
|
|
|
|
This is a security log of important events involving your account.
|
2017-09-10 17:25:29 +05:30
|
|
|
.col-lg-8
|
2016-06-02 11:05:42 +05:30
|
|
|
= render 'event_table', events: @events
|