summaryrefslogtreecommitdiff
path: root/app/views/profiles/audit_log.html.haml
blob: 00d61e5b925d3fc85faca09b9230c6ed47d626fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- @breadcrumb_title = "Authentication log"
- 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