2017-05-16 08:54:57 -04:00
|
|
|
- page_title "Authentication log"
|
2017-06-22 10:47:50 -04:00
|
|
|
- @content_class = "limit-container-width" unless fluid_layout
|
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
|
2017-06-22 10:47:50 -04:00
|
|
|
.col-lg-4.profile-settings-sidebar
|
2016-03-01 04:11:46 -05:00
|
|
|
%h3.prepend-top-0
|
|
|
|
= page_title
|
|
|
|
%p
|
|
|
|
This is a security log of important events involving your account.
|
2017-06-22 10:47:50 -04:00
|
|
|
.col-lg-8
|
2016-03-01 04:11:46 -05:00
|
|
|
= render 'event_table', events: @events
|