blob: cbea5ca605a2ee592049da6f749a85d77e5a08d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
- page_title "Authentication log"
- @content_class = "limit-container-width" unless fluid_layout
= render 'profiles/head'
.row.prepend-top-default
.col-lg-4.profile-settings-sidebar
%h4.prepend-top-0
= page_title
%p
This is a security log of important events involving your account.
.col-lg-8
= render 'event_table', events: @events
|