324e57693b
Main idea is to keep left sidebar static so user is not confused by changing context. Instead we put changing navigation with changing content in one main block Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 lines
265 B
Text
10 lines
265 B
Text
- page_title "Audit Log"
|
|
|
|
.row.prepend-top-default
|
|
.col-lg-3.profile-settings-sidebar
|
|
%h3.prepend-top-0
|
|
= page_title
|
|
%p
|
|
This is a security log of important events involving your account.
|
|
.col-lg-9
|
|
= render 'event_table', events: @events
|