9fcc28d428
`breadcrumb_title` is then overriden when needed
12 lines
362 B
Text
12 lines
362 B
Text
- 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
|
|
%h3.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
|