2019-05-28 03:07:20 -04:00
|
|
|
- page_title _('Authentication log')
|
2017-06-22 10:47:50 -04:00
|
|
|
- @content_class = "limit-container-width" unless fluid_layout
|
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
|
2020-05-21 14:08:27 -04:00
|
|
|
%h4.gl-mt-0
|
2016-03-01 04:11:46 -05:00
|
|
|
= page_title
|
|
|
|
%p
|
2019-05-28 03:07:20 -04:00
|
|
|
= _('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
|