audit_log.html.haml 405 字节
Newer Older
1
- @breadcrumb_title = "Authentication log"
T
Tim Zallmann 已提交
2
- page_title "Authentication log"
3
- @content_class = "limit-container-width" unless fluid_layout
C
Connor Shea 已提交
4
= render 'profiles/head'
V
Valery Sizov 已提交
5

P
Phil Hughes 已提交
6
.row.prepend-top-default
7
  .col-lg-4.profile-settings-sidebar
P
Phil Hughes 已提交
8 9 10 11
    %h3.prepend-top-0
      = page_title
    %p
      This is a security log of important events involving your account.
12
  .col-lg-8
P
Phil Hughes 已提交
13
    = render 'event_table', events: @events